Hi, I have some .aspx files I would like to host on the same server as umbraco. Umbraco catches all .aspx files and then forwards them on to the appropriate in-umbraco page. How can I upload a file, e.g. <root>/info.aspx and let it pass through for normal .net processing?
Making Umbraco ignore some .aspx files
Hi, I have some .aspx files I would like to host on the same server as umbraco. Umbraco catches all .aspx files and then forwards them on to the appropriate in-umbraco page. How can I upload a file, e.g. <root>/info.aspx and let it pass through for normal .net processing?
Thanks,
David
Use the umbracoReservedUrls property in the web.config
Ah, i saw that, but didnt know what it did.
Thanks
David
You just type in a comma separated list of urls to ignore:
Remember to only add commas _between_ the urls. Otherwise Umbraco will ignore ALL url's. (this may have been fixed, but used to be a bug)
Or, if you have multiple aspx files that are hosted in the same directory, you may also use:
Cheers,
/Dirk
Does this include post requests to that url?
Thanks
Gordon
Hi Gordon
If it's a reserved path Umbraco will not "see" it and not do anything.
Are you having any issues since you ask? :)
/Jan
is working on a reply...