|
-
Jul 16th, 2003, 12:32 PM
#1
Thread Starter
Hyperactive Member
Debugger Died *RESOLVED*
I have been using asp.net for about a month now, the debugger has ALWAYS stopped on breakpoints... now it doesnt... ever.
I think i may have changed something in IIS to stop it working, but I dunno what.
I am starting in DEBUG mode and selecting START (not start without debug)
any ideas?
Last edited by tailz; Jul 17th, 2003 at 02:21 AM.
-
Jul 16th, 2003, 02:48 PM
#2
PowerPoster
Right click on the project ---> properties
-- Configuration Properties --> Debuggin
-- Change ASP.NET Debugging == True
-
Jul 16th, 2003, 03:59 PM
#3
Thread Starter
Hyperactive Member
thanks matey.
I remember why it disapeared now as well, keep getting a permissions error saying I'm not in the debuggers group when I know I am so it turns debugging off.
thanks once again
-
Jul 17th, 2003, 02:21 AM
#4
Thread Starter
Hyperactive Member
solved my prob. I found a nice page in the vs-help regarding debugging problems.
Ill post the link later (when I get home ) in case anyone else has this problem
thanks
-
Sep 20th, 2007, 03:56 AM
#5
Addicted Member
Re: Debugger Died *RESOLVED*
Please I have the same problem, can you help me what to do?
Code:
Right click on the project ---> properties
-- Configuration Properties --> Debuggin
-- Change ASP.NET Debugging == True
This one does'nt work for me.
-
Sep 20th, 2007, 04:49 AM
#6
Thread Starter
Hyperactive Member
Re: Debugger Died *RESOLVED*
wow you're digging up an old post over 4 years in fact when I first started playing with ASP.NET
Make sure its set to "enabled" in your web.config file too.
This link might explain better
http://msdn2.microsoft.com/en-us/lib...dh(VS.80).aspx
-
Sep 20th, 2007, 11:31 PM
#7
Addicted Member
Re: Debugger Died *RESOLVED*
Actually I don't what to do now?
I followed the instructions from this link:
http://msdn2.microsoft.com/en-us/lib...dh(VS.80).aspx
But it doesn't work for me.
I am using vs2005 and ajax, and recently I upgraded it to service pack 1 of vs2005.
It works fine before but then right now I don't know what happen to my vs2005, the debugger is not working any more.
What must I do?
-
Sep 21st, 2007, 03:08 PM
#8
Re: Debugger Died *RESOLVED*
Tailz, you're still alive. 
When I get this problem sometimes, I find that clearing the temporary ASP.NET folder helps. You'll find it in C:\windows\system32\frameworks.........
Also, turn off the Indexing Service.
-
Oct 7th, 2007, 09:32 PM
#9
Addicted Member
Re: Debugger Died *RESOLVED*
In my computer it doesn't exists. I don't know why?
-
Oct 8th, 2007, 11:59 AM
#10
Re: Debugger Died *RESOLVED*
Try %WINDIR%\Microsoft.Net\Framework\
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|