Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have deployed my ASP.Net Site in one of the server which has got some machine name too.
I used to browse it like… http://xx.xx.xx.xx/MySite
But, I want to get out of this IP and give some text (other than machine name or may be the same) . How can I achieve this.
Also, I can’t change the Host alias name.
Thanks
Sreenath.
Posted

1 solution

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
Albin Abel 8-Apr-11 9:30am    
Good links
Sandeep Mewara 8-Apr-11 10:01am    
Thanks Albin.

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