需要调试的部分可能是个client端的代码,因为可能是Client端代码,所以要调试ASP.Net可以参照如下内容。
To install the sample applications
1. Download DebuggingWalkthroughs.msi from http://www.microsoft.com/downloads
/release.asp?ReleaseID=44273
2. Double-click DebuggingWalkthroughs.msi to start the .NET Debugging
Walkthroughs Setup Wizard and then follow the instructions to complete
the wizard.
To build the sample applications
1. Start Visual Studio .NET, and then open Debugging.sln from
C:\Inetpub\wwwroot\Debugging. This opens both the DebuggingCOM and
DebuggingWeb applications.
2. On the Build menu, click Configuration Manager.
3. In the Configuration Manager dialog box, change the Active Solution Configuration
to Release, and then click Close.
4. On the Build menu, click Build Solution.
To create folders for the debuggers
In Windows Explorer, create the following folders:
C:\Debuggers
C:\Debuggers\ZipFiles
C:\Debuggers\SOS
C:\Debuggers\AllocProf
C:\Symbols\DebuggingLabs
To install the Debugging Tools for Windows toolkit
1. Download the Debugging Tools for Windows toolkit from the Microsoft
Web site at http://www.microsoft.com/ddk/debugging/.
2. Double-click Dbg_x86_6.0.17.0.exe.
3. On the Welcome to the Debugging Tools for Windows Setup Wizard page,
click Next.
4. On the End-User License Agreement page, if you agree with the terms and
conditions, click I agree, and then click Next.
Production Debugging for .NET Framework Applications 14
5. On the User Information page, enter your details, and then click Next.
6. On the Select an Installation Type page, click Custom, and then click Next.
7. On the Select an Installation Location page, change the path to C:\Debuggers,
and then click Next.
8. On the Custom Installation page, click Next.
9. On the Begin Update page, click Next.
10. On the Completing the Debugging Tools for Windows Setup Wizard page,
click Finish.
To install additional tools
1. Download SOS.zip, SieExtPub.zip, and ADPlus_Scripts.zip from
http://www.microsoft.com/downloads/release.asp?ReleaseID=44274 to
C:\Debuggers\ZipFiles.
2. Extract the contents of SOS.zip to C:\Debuggers\SOS.
3. Extract the contents of SieExtPub.zip to C:\Debuggers\SOS.
4. Extract the contents of ADPlus_Scripts.zip to C:\Debuggers.
5. Download the current version of the Allocation Profiler from the Microsoft .NET
Framework Community Web site at http://www.gotdotnet.com/userarea
/keywordsrch.aspx?keyword=allocation%20profiler.
6. Extract the contents of AllocationProfiler.zip to C:\Debuggers\AllocProf.