Changing default port number 80

  • Thread starter Thread starter Seal
  • Start date Start date
S

Seal

Hi,

May I know how to change the default port number to other
number (default is 80) when I start an asp.net web
application using VS.net?

Thanks.

Regards,
Seal
 
The port is controlled by IIS. Make the change in the MMC and that will
allow you to change the listening port (or add additional ports to listen
on)

Tom
--
==========================================
= Tom Vande Stouwe MCSD.net, MCAD.net, MCP
= 45Wallstreet.com (www.45wallstreet.com)
= (803)-345-5001
==========================================
= If you are not making any mistakes
..= ..you are not trying hard enough.
==========================================
This is the spam catching address: (e-mail address removed) do not use this address
or you will be blocked at the server ;)
 
Hi,

When my port is other than 80, the new application from
asp.net is still reference to 80. It reply with an error
that it is unable to find a web server at localhost on
port 80.
Please advise. Thanks.

Regads,
Seal
 
Back
Top