My first page - How come the port is 2381 and not 1089?  
Author Message
ngaisteve1





PostPosted: ASMX Web Services and XML Serialization, My first page - How come the port is 2381 and not 1089? Top

Hurray! I made to run my first page of ASP.NET 2.0 using Visual Web Developer 2005. And I notice that the link is http://localhost:2381/WebSite1/default.aspx

How come the port is 2381 and not 1089




.NET Development23  
 
 
ngaisteve1





PostPosted: ASMX Web Services and XML Serialization, My first page - How come the port is 2381 and not 1089? Top

I realize that it generate different port number for each system.

 
 
rfreire





PostPosted: ASMX Web Services and XML Serialization, My first page - How come the port is 2381 and not 1089? Top

Web Developer Server assign dynamical port numbers... you can change that, just select the web project, go to the property tab and change the "Use dynamic ports" to false and then assign any "Port Number" you want.

Rgds,

Rodrigo


 
 
ngaisteve1





PostPosted: ASMX Web Services and XML Serialization, My first page - How come the port is 2381 and not 1089? Top

I see. Ok. Thanks.