简体   繁体   English

VS2013 Pro:在远程IIS上调试网站

[英]VS2013 Pro: debug web site on remote IIS

I have just tried to open a VS2012 project (VB.net web site) in VS 2013 Professional RTM and the "Start Options" dialog does not allow me to enter a custom server. 我刚刚尝试在VS 2013 Professional RTM中打开VS2012项目(VB.net网站),并且“启动选项”对话框不允许我输入自定义服务器。

Under "Start Options" all I see is a disabled text box for "Base URL" 在“开始选项”下,我看到的是“基本URL”的禁用文本框

Any idea how I can enable this option so I can enter the address of the web site? 知道如何启用此选项以便输入网站地址吗?

According to Microsoft support, this is currently not possible using VS2013: 根据Microsoft的支持,当前无法使用VS2013:

The product group will look into the possibility to add this functionality back. 产品组将研究是否可以重新添加此功能。 They are looking into adding it back (but it is not guaranteed) in Update 1. 他们正在考虑在Update 1中将其重新添加(但不能保证)。

I found a solution. 我找到了解决方案。
You need to open your .sln and edit the file with your custom server like this : 您需要打开.sln并使用您的自定义服务器编辑文件,如下所示:

Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Project name", "**your custom server url**", "{029F2DEE-E3D8-488E-9719-AA0C4B9DB9BD}"

And set UseIISExpress to false . 并将UseIISExpress设置为false

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM