IIS not giving line numbers in stack trace even though pdb present

Posted by Graeme on Stack Overflow See other posts from Stack Overflow or by Graeme
Published on 2010-04-20T08:26:21Z Indexed on 2010/04/20 8:33 UTC
Read the original article Hit count: 279

Filed under:
|
|

Web config has debug=true and the project is a debug build and the pdb files are present in the bin directory, but I do not get line numbers in my stacktrace when an execption is thrown.

Works fine with local IIS/Cassini but not on our test IIS servers. Is there some obvious setting that I might be missing?

© Stack Overflow or respective owner

Related posts about iis

Related posts about c#