Thursday, August 24, 2006

How to change the port address in the vs2005 asp.net development webserver

To change the Port.

click the webservice or website project to see the propery pages.
and change the port there. and set the dynamic port to false.
and dont forget to stop the iis if you want to use the port 80.
iis can be stopped by using the following commands.

iisreset / stop
net stop iisadmin /a