Hi, I have an asp .net web application.
I would like to change the url of it. Currently people in my office can access it over the wan by typing the following: http://mywebserver/mywebapp
where myswebserver is the computer that is hosting the site(using windows server 2K3) and mywebapp is the name of my program.
I would like to be able to some how change the url so that people can then modify the url of it to behttp://mywebapp
it seems straightforward but I am confused as to how to do this. I have googled around but am confused on what exactly i should be looking for.
thanks
redhanz
Hi
Create a new websitemywebapp,set port to 80 and point home directory to yourwebapp.
Stop the default website and startmywebapp.
Hope it helps.
0 comments:
Post a Comment