固定Asp.net2.0 Web项目的动态端口号
1.在Solution Explorer里面单击选中您要设置的Web项目名称。
2.按F4来打开属性面板,单击Use dynamic ports旁边的下拉列表,然后选择false。这样会激活Port number属性。
3.然后,单击Port number旁边的文本框,在里面输入一个固定的端口号。这样运行Web项目时,VS2005自带的Web服务器就会在您刚才指定的端口上监听。
How to: Specify a Port for the ASP.NET Development Server
http://msdn2.microsoft.com/en-us/library/ms178109.aspx
一蓑烟雨任平生