I can't use the asp.net debug mode for a particular project

  • Thread starter Thread starter TaeHo Yoo
  • Start date Start date
T

TaeHo Yoo

I have a couple of asp.net projects(Say A and B projects). For A
project, I can use the debug mode so I can use the stepinto or
stepover functions to find bugs. But I can't use the bebug mode for B
project(although debug mode is set as "Debug" not "Release").
I didn't do anything to change the settings for this.

Any clue?

Thanks a lot in advance.
 
ensure that "Integrated Windows Authentication" is turned
on in iis for project B. (in IIS, right click on the
project, Directory Security | Anon Access and
authentication control (Edit)).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top