Click here to Skip to main content
15,886,753 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am working on a site and I have to do url rewriting there. I have page www.mywebsite/Index.html. When user types this url in browser and hit enter. This will load content of page www.mywebsite/Index.asp but url should be rewritten as www.mywebsite/AllInfo.html. I have full access on IIS 7.5. Please guide how can i do that in IIS or through any other way. If through IIS what pattern should i use ? I searched from internet tried to use pattern like this
^Index/([_0-9a-z-]+) and Rewrite Url action as AllInfo.html but in vain. Please guide

Thanks in Advance
Posted
Updated 28-Aug-13 19:59pm
v3
Comments
touseef4pk 29-Aug-13 3:58am    
Any help there ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900