I'm running a 7.1 site using MVC but would like to add some logic to an aspx page outside of the umbraco routing. How can this be done? If placed in a folder called /page/page.aspx I don't want umbraco to turn that into a 404. How do I do this?
Hi Peter, You can do this by adding for example a specific directory name to your web.config umbracoReservedPaths AppSettings value or use the setting above (umbracoReservedUrls).
I for example created a directory pages and placed an webform default.aspx page in this directory. And set this value in my webconfig:
Hijack route to aspx page
I'm running a 7.1 site using MVC but would like to add some logic to an aspx page outside of the umbraco routing. How can this be done? If placed in a folder called /page/page.aspx I don't want umbraco to turn that into a 404. How do I do this?
Hi Peter, You can do this by adding for example a specific directory name to your web.config umbracoReservedPaths AppSettings value or use the setting above (umbracoReservedUrls).
I for example created a directory pages and placed an webform default.aspx page in this directory. And set this value in my webconfig:
is working on a reply...