简体   繁体   中英

To Debug the Application that deployed in IIS

如何在IIS中部署应用程序后执行调试....

To Attach the ASPNet worker process to your VS IDE

For IIS 6.0 and above - attach w3wp.exe

For earlier versions - attach aspnet_wp.exe

You may also have to install the remote debugger on the target server if it is not the same machine the debugger is installed on. It can be found on the Visual Studio installation disk.

Make sure you run VS as administrator. Then attach the debugger to the w3wp.exe (there may be more than one). You attach to the w3wp.exe process by choosing "Debug->Attach to process". The shortcut is Alt+d Alt+p.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM