2.0: about port number

  • Thread starter Thread starter R.A.M.
  • Start date Start date
R

R.A.M.

Hi,
I am learing .NET 2.0. So far when I run my ASP.NET appliation from
Visual Web Developer I saw in IE, for instance:
localhost:1047/Demo.NET
Today I see:
localhost:1055/Demo.NET
Could you explain me please what happend?
Thank you very much
/RAM/
 
If you want static ports, select the project properties, and set :
use dynamic ports=false
Port number=what you want
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top