Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear sir ,

I am having a url for eg "http://localhost:3253/cms/Default.aspx i want to hide my url partially when public members entered into my website ie, it should be displayed like "http://localhost:3261/cms/. it should not display my aspx page at end. so please help me how to do it , i am using asp.net 3.5 in visual studio 2008
Posted
Updated 30-Aug-12 1:36am
v2
Comments
Jas m 30-Aug-12 7:42am    
You can use MVC project in which you can add web pages. By this you will be able to achieve what you need.

Jas

1 solution

You need URL Rewriting.

Read here:
URL Rewriting with ASP.NET[^]
MSDN: URL Rewriting[^]
 
Share this answer
 

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