views:

45

answers:

1

I have remote debugger setup on both my client and remote machine. I'm just looking for how to use it to debug an ASP.NET website. All Google searches have failed to answer my specific question. Basically, I have open the website in Visual Studio... so where do I go from there?

+1  A: 

Microsoft has a comprehensive guide: http://msdn.microsoft.com/en-us/library/ms227556.aspx

lod3n