can't debug in ASP.NET

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?
 
D

Dennis Dobslaf

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.
 
G

Guest

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
 
G

Guest

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

Cheers,

Jerome. M
 

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

Similar Threads

Can't debug? 6
Still can't debug. ARGH! 2
Visual Studio won't debug 3
baffled by inability to debug asp.net page 5
Debug Question 1
Can't debug? 3
Question on debug mode 0
Can't debug because I'm not a debugger 6

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,152
Latest member
LorettaGur
Top