web developer tips (63): 在web应用项目指定vs开发服务器端口
原文地址:How to specify a fixed port for Visual Studio Development Server while using WAPs?
在web developer tips (21)讲述在网站项目中为 Visual Studio 开发服务器 (Development Server) 设置固定的端口。本tips将讲述如何为web应用项目配置固定的发布端口(port )。
1、打开web应用项目的属性页。右键单击web应用项目,在上下文菜单选择“属性”,打开属性页
2、在属性页选择“web”标签
3、在服务器选项里,选中“使用Visual Studio 开发服务器 ”项,选中“特定端口”并输入你想运行的端口
4、用浏览器查看页面,你将看到Visual studio 已经为开发服务器分配了你指定的端口
更多文章见:守望轩[http://www.watch-life.net/]