I'm using VS2012 Update 3 and need to debug a website (not webapp) on a remote server. The application was originally built several years ago using VS2005 but had since been migrated to VS2012 prior to my joining the company. The same VS solution also contains a class library that I can easily attach to on the remote server and step through. The symbol file is there, no problem. However, for the web"site" project, I can't generate symbol files needed to attach. I'm building the website in Debug mode. I see where symbol files are being generated in the temporary ASP.NET folder but the list appears incomplete. I'm accustomed to working with web "applications" and not a web "site". Again, the key terms are "website", "symbol files (pdb)" and "remote debugging".
↧