Question : Default classic asp pages not loading once aspx wildcard mapping set up in IIS

Hi,

Ever since setting up wildcard mapping for .aspx as per
http://our.umbraco.org/wiki/install-and-setup/setting-up-umbraco-for-friendly-urls

I can no longer load classic asp pages in domain/folder
To get there I have to enter domain/folder/default.asp
(This also may effect index.php pages)

The default document still exist, but just doesn't work anymore.

Let me know if there is a way to fix this.

Thanks.

dt

Answer : Default classic asp pages not loading once aspx wildcard mapping set up in IIS

I would try to change the parameter
<add key="umbracoReservedPaths" value="/umbraco,/install/" />
to
<add key="umbracoReservedPaths" value="/umbraco,/install/,/folder/" />

Reason otherwise umbraco takes the url and rewrites it to something else and the default.asp does not get called.


Random Solutions  
 
programming4us programming4us