ASP.NET 2.0 web application compiled with PDB characters deployed on a server with IIS 6.
User impersonation is included in web.config:
<identity impersonate="true" />
When an exception is thrown, there are no line numbers in the stack trace, making it difficult to pinpoint where the exception is coming from. eg.
System.NullReferenceException: The object reference is not set to an instance of the object. in MyApp.ReportingServices.WebForm.DA.AmoRepository.GetDimensions (Perspective String)
The login used to access the website does not have special rights or group membership on the server.
David gardiner
source share