How do I configure Visual Studio to stop launching a broswer window ever time I debug an ASP.NET project?
在调试ASP.NET项目时,如何配置Visual Studio以停止启动broswer窗口?
3 个解决方案
#1
In the properties of the web project on the Web tab (VS2008) under Start Actions, or directly under Start Options in other versions of Visual Studio. Select the "Don't open a page. Wait for a request from an external application" radio button.
在“开始操作”下的“Web”选项卡(VS2008)上的Web项目的属性中,或直接在其他版本的Visual Studio中的“启动选项”下。选择“不要打开页面。等待来自外部应用程序的请求”单选按钮。
That should do the job. But will probably find you need a browser to test it.
那应该做的。但是可能会发现你需要一个浏览器来测试它。
#2
The best way to beat this is to Build Solution (right click solution -> Build Solution) and just use the browser as normal. It executes faster too, which is a plus.
最好的方法是构建解决方案(右键单击解决方案 - >构建解决方案),并正常使用浏览器。它也执行得更快,这是一个加号。
#3
I'm using VS2013. The way i do it is to right click on the project name --> Properties --> Web --> choose "Don't open a page. Wait for a request from an external application"
我正在使用VS2013。我这样做的方法是右键单击项目名称 - >属性 - > Web - >选择“不要打开页面。等待来自外部应用程序的请求”
#1
In the properties of the web project on the Web tab (VS2008) under Start Actions, or directly under Start Options in other versions of Visual Studio. Select the "Don't open a page. Wait for a request from an external application" radio button.
在“开始操作”下的“Web”选项卡(VS2008)上的Web项目的属性中,或直接在其他版本的Visual Studio中的“启动选项”下。选择“不要打开页面。等待来自外部应用程序的请求”单选按钮。
That should do the job. But will probably find you need a browser to test it.
那应该做的。但是可能会发现你需要一个浏览器来测试它。
#2
The best way to beat this is to Build Solution (right click solution -> Build Solution) and just use the browser as normal. It executes faster too, which is a plus.
最好的方法是构建解决方案(右键单击解决方案 - >构建解决方案),并正常使用浏览器。它也执行得更快,这是一个加号。
#3
I'm using VS2013. The way i do it is to right click on the project name --> Properties --> Web --> choose "Don't open a page. Wait for a request from an external application"
我正在使用VS2013。我这样做的方法是右键单击项目名称 - >属性 - > Web - >选择“不要打开页面。等待来自外部应用程序的请求”