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