Changing default port number 80

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Seal

    Changing default port number 80

    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
  • Tom Vande Stouwe MCSD.net

    #2
    Re: Changing default port number 80

    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.co m (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: gotcha@conpro.n et do not use this address
    or you will be blocked at the server ;)

    "Seal" <seal_cet@hotma il.com> wrote in message
    news:036801c376 b5$04af95c0$a00 1280a@phx.gbl.. .[color=blue]
    > 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[/color]


    Comment

    • Seal

      #3
      Re: Changing default port number 80

      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
      [color=blue]
      >-----Original Message-----
      >The port is controlled by IIS. Make the change in the MMC[/color]
      and that will[color=blue]
      >allow you to change the listening port (or add additional[/color]
      ports to listen[color=blue]
      >on)
      >
      >Tom
      >--
      >============== =============== =============
      >= Tom Vande Stouwe MCSD.net, MCAD.net, MCP
      >= 45Wallstreet.co m (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: gotcha@conpro.n et do[/color]
      not use this address[color=blue]
      >or you will be blocked at the server ;)
      >
      >"Seal" <seal_cet@hotma il.com> wrote in message
      >news:036801c37 6b5$04af95c0$a0 01280a@phx.gbl. ..[color=green]
      >> Hi,
      >>
      >> May I know how to change the default port number to[/color][/color]
      other[color=blue][color=green]
      >> number (default is 80) when I start an asp.net web
      >> application using VS.net?
      >>
      >> Thanks.
      >>
      >> Regards,
      >> Seal[/color]
      >
      >
      >.
      >[/color]

      Comment

      Working...