I am using VS2005, with asp.net selecting a random port every time it runs, Is there a way to make the port static?
Reagrds
Printable View
I am using VS2005, with asp.net selecting a random port every time it runs, Is there a way to make the port static?
Reagrds
configure your iis
Navigate to the URL as you normally would, through IIS.
http://localhost/appname/pagename.aspx
Everytime you make a change in code, refresh that page. Attach that browser process to your IDE to debug it.