Issue: Want to connect to Windows Server 2008R2 IIS Web Application with Visual Studio 2012 remote debugger with web deployed application.
Steps to Reproduce:
1) Fresh WinSrv2008r2 box for production
- with web deploy service started
- and with remote debug service started
2) Fresh WinSrv2008r2 box for development
- with Visual Studio 2012 pro
3) Start new asp.net web project in visual studio 2012 on the dev box.
4) create test variable in Page_Load event of default.aspx.vb and set it. SET A BREAK POINT here.
5) Deploy to newly created test iis web site on the production box - successfully.
6) navigate to the page and hope that the break point is hit.
result: no break point is hit, however, if I just it on the dev box, I can get it to hit.
expected result: hit the break point.
Question: How do you set the ?target? ?process? on the development visual studio solution to pick up the application deployed over on the production machine?