can't debug in ASP.NET

  • Thread starter Thread starter Passero
  • Start date Start date
P

Passero

When i add breakpoint to my asp.net project and run it with F5, he won't
break and i'm sure that the code is been executed. I have the entry in
my web.config that sais that debug="true":
<compilation defaultLanguage="vb" debug="true">

What can it be?
 
Passero said:
When i add breakpoint to my asp.net project and run it with F5, he won't
break and i'm sure that the code is been executed. I have the entry in
my web.config that sais that debug="true":
<compilation defaultLanguage="vb" debug="true">

What can it be?

Do you use MS VS? I think so (...and run it with F5...).
Look at the project properties (right-click on project)
-> configuration settings -> debug
set asp.net debugging to true.

I hope I translated it correct from the german version.
 
Hi,

try this....

Go to the <system>\Microsoft.NET\Farmework\vx.x.xxx (Your required version
of ASP.NET) directory in the Command prompt and rund the aspnet_regiis.exe
with -i switch.

The script map files may be corrputed... If it so then it will be solved by
the above command.

Cheers,

Jerome. M
 
Stilll if you 've problem...then check the username you are using is in
"DebugeUser Group"

Cheers,

Jerome. M
 
Back
Top