Options

The profiler did not find any methods with source code

I am profiling a ASP.Net web application (IIS) but I can't seem to get source code information even though I have pdb files in my bin folder. Am I missing something?

Comments

  • Options
    For ASP.NET (web-site) applications, you must ensure that the debug flag in web.config is set to true. This file is always in the root directory of the web site.

    If that isnt working, you can try to match the pdbs with their corresponding assembly in the GAC or use the technique of creating a global cache, as explained http://www.red-gate.com/supportcenter/C ... wledgebase\ANTS_Profiler\KB200708000133.htm

    If none of this works, please can you send your ANTS logs to support @ red-gate.com with F0037196 in the subject line, you can find them under the help menu, open log folder option.
Sign In or Register to comment.