简体   繁体   English

在PROD服务器上进行ASP.NET调试

[英]asp.net debugging on PROD server

I have a new website almost ready for prime time. 我有一个新网站即将准备就绪。
I'm incorporating MSN/Hotmail/Windows Live importing of Email addresses. 我正在合并MSN / Hotmail / Windows Live导入电子邮件地址。
From my local PC, I get an error message that says that MSN requires a secure connection. 从本地PC,我收到一条错误消息,提示MSN需要安全连接。
I have my SSL installed on my Prod server. 我在Prod服务器上安装了SSL。
Since I'm not live yet, I've installed VS2008 on the Prod server and would like to debug under https...But I only see http://localhost/xxx when I run the app from w/in VS. 由于我还没有上线,因此我在Prod服务器上安装了VS2008,并想在https下调试...但是当我从VS中运行应用程序时,我只看到http:// localhost / xxx
I've tried attaching to the w3wp.exe & the WebDev.WebServer.exe processes and then trying to debug when I use my http://www.actualURLName.com address. 我尝试附加到w3wp.exe和WebDev.WebServer.exe进程,然后尝试使用http://www.actualURLName.com地址进行调试。
I'd appreciate any help - even if I'm way off base. 我会很感激您的帮助-即使我的步调很差。

If there's another way of debugging (thru HTTPS) running my app on the Prod server, I'd appreciate any help you can give. 如果还有另一种调试(通过HTTPS)在Prod服务器上运行我的应用程序的方法,我将不胜感激。

You can debug remotely, from your development machine attaching to the production machine (the menu option is housed under the "Debug" menu, I believe); 您可以从连接到生产机器的开发机器进行远程调试(我相信菜单选项位于“调试”菜单下); Microsoft have a couple of articles on this over at MSDN, like this one . 微软在MSDN上有几篇关于此的文章,例如这篇文章。

Which version of Visual Studio are you using? 您正在使用哪个版本的Visual Studio? This is not supported with Express editions. Express版本不支持此功能。

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

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