Debug ASP.NET application running on remote IIS Server from VS2010
问题 Just wondered if anyone could point me in the right direction here? I'm trying to debug a deployed web application and can't seem to get the attach to work. Here's the scenario: VS2010 installed on my machine - with all source code. IE8 on my machine browsing to ASP.NET site on production IIS server (FWIW .pdb files on production site.) When I attach the debugger to the IE session, and continue browsing the site, no breakpoint is ever hit... so effectivly I don't think I'm really debugging