Christopher Thomas
Christopher Thomas

Reputation: 372

Visual Studio debugger, symbols not loaded when w3wp is launched by an ASP Classic page

I am having difficulty attaching the Visual Studio debugger to the IIS w3wp process. In certain repeatable circumstances, I am finding that symbols do not appear to be loaded based on how the w3wp process is launched.

For example:

I think it might be something to do with the way Visual Studio automatically determines which code types to debug, but I don't know enough about this to be sure.

Any help would be greatly appreciated.

Upvotes: 2

Views: 1958

Answers (1)

mlurker
mlurker

Reputation: 149

When you debug - do you deploy the same application version to your IIS?

I believe that by default in VS settings (Tools -> Options -> Debugging) an option "Require source files to exactly match the original version" is enabled, try to disable it.

Upvotes: 1

Related Questions