Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to create the web application so that when i browse in browser it wont show .aspx as page extension.
thanks
Posted

You can achieve this by URL Rewriting[^]
 
Share this answer
 
Comments
Thomas Daniels 18-Dec-12 7:57am    
Reason for my vote of 1: same link as in solution 2.
[no name] 18-Dec-12 7:59am    
Ok.. Actually I didn't noticed that..
Hi,

You can use web handler
Click Here[^]
 
Share this answer
 
Check this out


[^]

URL Rewriting in ASP.NET 2.0[^]
 
Share this answer
 
 
Share this answer
 
One way is to create web application using ASP.Net MVC Framework. The other option is to use URL rewriting.Here is the link for URL rewriting:
http://www.iis.net/downloads/microsoft/url-rewrite[^]
 
Share this answer
 
v2

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