Click here to Skip to main content
15,905,785 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more: (untagged)
Hello everyone,

I have a deployed ASP.Net application, I have source code and PDB files for all assemblies used in this ASP.Net application. And the ASP.Net application runs on IIS.

My question is, how to debug on IIS? E.g. I send some request and could debug line by line in cs file to see the processing details?

thanks in advance,
George
Posted

Remote Debugging

 
Share this answer
 
Tools - > Attach Process.
Open Websites on VS , Attach the Browser Application which is currently runs your application. Then Debug.

 
Share this answer
 
George_George wrote:
My question is, how to debug on IIS? E.g. I send some request and could debug line by line in cs file to see the processing details?


You are trying to step into code from your machine connecting to server right? AFAIK, this is not possible. Easy way is to remote desktop to that server, and debug the code there if you have VS installed there.

 
Share this answer
 


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900