I have a Crystal Report that I've developed that works fine when the aspx page is located on the root folder. Whenever I move the aspx page to the admin folder, which uses forms authentication to restrict access, the report will no longer be displayed.
No errors at build time.
The .rpt file is located in the same restricted subfolder.
How do I resolve this?
ETA: I get the same results when I place the aspx page in any subfolder, even one that doesn't have restricted access.