Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: ASPDNSF Debugging questions with Visual Studio

  1. #1
    hesselgesser is offline Junior Member
    Join Date
    Sep 2005
    Posts
    12

    Default ASPDNSF Debugging questions with Visual Studio

    Setting up the Visual Studio 2008 environment to compile ASPDNSF code was very straight forward.

    Setting up the environment to debug the code has proven much more problematic.

    Is there any way to allow me within visual studio to step through the code while it is executing in debug mode without having to create an executable file that calls the dlls?

  2. #2
    ASPDNSF Staff - Jon's Avatar
    ASPDNSF Staff - Jon is offline Senior Member
    Join Date
    Sep 2004
    Posts
    11,419

    Default

    The web application runs in the context of the w3wp.exe process. You don't need to create an exe to debug the dll's, you should attach to the w3wp process, then set a breakpoint in the section of code you'd like to step through.
    Jon Wolthuis