Exception in a folder in umbracoReservedPaths causes persistent "Page not found" error
We have a number of folders that are not under Umbraco, and they are included in the umbracoReservedPaths parameter in web.config.
If there is an exception in the .NET code in one of those folders, from then on, hitting any of those reserved path folders will throw this error until we recycle the app pool.
No umbraco document matches the url 'http://172.16.1.117/nonumbracofolder'
While we hope not to encounter an exception anywhere, it can happen.
Exception in a folder in umbracoReservedPaths causes persistent "Page not found" error
We have a number of folders that are not under Umbraco, and they are included in the umbracoReservedPaths parameter in web.config.
If there is an exception in the .NET code in one of those folders, from then on, hitting any of those reserved path folders will throw this error until we recycle the app pool.
No umbraco document matches the url 'http://172.16.1.117/nonumbracofolder'
While we hope not to encounter an exception anywhere, it can happen.
Any way to fix this?
is working on a reply...