简体   繁体   中英

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.
From my local PC, I get an error message that says that MSN requires a secure connection.
I have my SSL installed on my Prod server.
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.
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.
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.

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 .

Which version of Visual Studio are you using? This is not supported with Express editions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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