Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My project is in asp.net 3.5.

I want to hide my address bar and show in place the project name.

For example : http://localhost:1206/WebSite1/Default.aspx and I want to show the words "HospitalMangement".


Please give me solutions.
Posted
Updated 16-Feb-11 21:31pm
v4
Comments
Dalek Dave 17-Feb-11 3:32am    
Edited for Grammar, Syntax and Readability.

 
Share this answer
 
Comments
Dalek Dave 17-Feb-11 3:32am    
Good Link
You don't need to hide address bar. You need URL Rewriting.

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

OR

Read about, In ASP.NET 4.0: URL Routing[^]
 
Share this answer
 
Comments
Dalek Dave 17-Feb-11 3:32am    
Excellent Solution.

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