I actually just posted this answer a few minutes ago in this thread :)
Basically you need to tell Umbraco to exclude the path to your ASPX file so the URL handler doesn't try to parse it. To do that you add it to the umbracoReservedUrls key in the web.config file.
How to use a "normal" .aspx file in umbraco.
How to use a "normal" .aspx file in umbraco?
I am having a problem with running a normal .aspx in umbraco root folder.
I have a aspx site with a calender to grab a date, I need that aspx to work without it is a user control, just as a simple normal .aspx site?
how can I do this? thank you.
Hi,
I actually just posted this answer a few minutes ago in this thread :)
Basically you need to tell Umbraco to exclude the path to your ASPX file so the URL handler doesn't try to parse it. To do that you add it to the umbracoReservedUrls key in the web.config file.
Hope this helps,
Tom
Thank you, Tom Fulton.
is working on a reply...