Please opt following steps to debug An ASP.NET website from a remote/client instance.
- define/create your breakpoints on the code which you want to debug.
- go to tools>attachprocess.
- select process named as w3wp.exe [if there are more than one w3wp.exe processes, you need to identify the right one. to identify if you attach with unused process debug points will be shown like a red circle]
- Now run website from remote. Debugger should work.
If you face any problem, Feel free to ask. Thanks.
0 Comments.