ASP.NET Debugging with VS
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngdebug' list.


dexter
I am attempting remote debugging.
The ASP.NET web form project files all reside on a remote web server.

My user account has been added to the Debuggers group both on the remote
server and on my local workstation.
I have also set debug="true" in the web.config (in <compilation>).

The web project is one of 5 projects in my VS.NET solution, and I have set
it as the "Startup Project".

Also, in the project properties I have set:
Debug Mode to URL
Start URL to the page I am attempting to debug.
Start Page = the deafult document of the web server (deafult.aspx)

Problem:
However, after setting a breakpoint, the page executes as normal and
completely ignores the breakpoint.

Is there anything I am missing out? Should I re-install the debugger of
VS.NET (If so, how)?

thanks

dex
Reply to this message...
 
    
Frank Biondo
Are trying to debug server side code or client side script?

I have had no problems with debugging server side vb code but could not get
breakpoints to work in client side JavaScript embedded in the HTML. But I
did find that client JavaScript breakpoints would work if the JavaScript
were contained in a ".js" file. For example:

<script language="javascript" src="functions.js"></script>

So now all my javascript is contained in seperate files, which is a little
cleaner anyway.

[Original message clipped]

_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail.
http://www.hotmail.com

Reply to this message...
 
 




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com