I am using ML 5.0 version of ASPDotNetStoreFront and am facing issues with an extension-less URL rewrite.
I have the following situation. I need to create an alias - /dummykit for a valid product page url /productdetails.aspx
I have a dev box where I have made an entry to the rewrite rules for the above scenario and when I run the application from my Visual Studio, the alias works perfectly i.e.
http:///dummykit redirects to http:///productdetails.aspx
But when I deploy the same changes onto the staging environment, the alias does not work and shows the IIS 404 error page. Instead, if I update the alias to /dummykit.aspx, the things work fine.
I tried the following things -
- Wildcard Mapping in IIS
- urlMapping
The environment is IIS 6 / Asp.Net 2.0 on Windows Server 2003 SP2
Please help me through this.