Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have limited knowledge about deploying ASP.Net applications.

I want to ask on how to change the address local site (ip address) to other text:

Example:

Current: http://192.168.3.15:80/Default.aspx

I want to change the above URL to something like:

To Do: http://mydevelopmentsite.test.com

How do I do this?

Thanks.
Posted

if you test in your machine you can type http://localhos/NameOfYourApp or use name of computer insted localhost like http://YourComputerName/NameOfYourApp but if you want to test on internet you need to register domain name there is alot of sites do this like HostMonster
 
Share this answer
 
Comments
akosidab 10-May-13 4:43am    
I'm not going to publish the site in the internet. This is just an intranet site.
Check the similar solution here[^].


--Amit
 
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