When I debug my ASP.NET webapp in VS2010, a dialog appears with the title "Downloading public symbols".
How do I instruct Visual Studio not to attempt this?
When I debug my ASP.NET webapp in VS2010, a dialog appears with the title "Downloading public symbols".
How do I instruct Visual Studio not to attempt this?
From VS Main Menu -> Debug -> Options and Settings
Make sure all the following parameters are configured as follows:
You can do this from the Symbols option page
Also you may want to disable "Enable .net framework source stepping" in Tools → Options → Debugging settings.
Disable "Enable .net framework source stepping" in Tools → Options → Debugging settings.