Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can't debug- it's driving me nuts!

Status
Not open for further replies.

smsinger3

Programmer
Oct 5, 2000
192
US
Hello,

I don't know why I can't debug an asp.net application on my coworker's machine using vs.net. We installed it recently. She is setup as an administrator on her machine.
Here's what I did:
1) In the Project properties / Debugging Window, I have
"ASP.Net debugging" enabled.
2) In the Project properties / Build Windows, I have
"Generate Debugging Information" enabled
3) The "Solutions Configurations" is set to Debug on the debug toolbar.
4) The web.config / Debug is set to "True"

For some reason vs.net does not stop at the breakpoints??

Plus, after I start the debugger, I make sure the ASPNet_wp.exe process is attached by looking at the Processes screen (Debug/Processes on the menu).

Any ideas why it won't debug??

Your help is very much appreciated!!!!!

Steve
sms@hmbnet.com
 
Are you running the app by clicking the run button (or F5 key) or are you opening IE and running the app from there?

In order to stop on the break point´s, you must click run/execute (or F5).

If this isn't helpfull, please tell me how do you execute it. NetAngel
 
I had a similar problem about a week ago. Somehow in my project properties under configuration properties in the debugging section, asp.net debugging was disabled. After enabling it, everything ran smoothly again.

hth,
drew
 
Sorry, my last post may have been too vague. To fix the problem, I right-clicked on the project in the solution explorer. Then I clicked on the configuration properties folder and selected debugging. Then I clicked the checkbox next to asp.net debugging.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top