Options

ASP .NET 2.0 source code not visible

Hello,

I have a Web application project with a few libraries loaded from an ASP.NET 2.0 web application and I can't view any source code. I have built the project in debug mode and all pdbs are present in the bin directory. However with VS2005 there is no pdb nor dll generated for the web project.

Any special setup or procedure required?

Thanks for your help
Claude

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello Claude,

    ASP .Net 2005 should work the same as other versions, except that as far as I know, it insists on doing dynamic compilation, which means that the assembly and all its' associated files are running from the Temporary ASP .NET files folder rather than the project's BIN directory.

    It may help to make sure you've got debug compilation enabled in the web.config. That will cause the compiler to produce a pdb in the right place and may well solve the problem.
Sign In or Register to comment.