ASP debugging with the Script Debugger

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve Anderson

    ASP debugging with the Script Debugger

    Please excuse my ignorance as I'm fairly new to ASP. We have IIS running on
    Win2000 and serving out an ASP application. I installed the script debugger
    tonight. IE6 on the machine has Disable Script Debugging unchecked. I set
    the server side debugging for the www in question. I have a Stop statement
    in the VBScript code in a certain page, and yet the debugger does not stop
    on the page in question, it does nothing. If I open up the .asp pages
    manually most lines are yellow and the Debug menu is disabled so I cannot
    set breakpoints. Does anyone have any idea what could be going on? At one
    point I managed to get some client-side debugging to work, but I haven't had
    any server-side debugging working. I am running the web-page from the same
    machine that is serving out the pages. Thanks for any advice, ideas or help.

    Steve A.


  • Manohar Kamath [MVP]

    #2
    Re: ASP debugging with the Script Debugger

    Steve,

    The following article addresses how to debug ASP pages correctly:



    --
    Manohar Kamath
    Editor, .netWire



    "Steve Anderson" <program57@yaho o.ca> wrote in message
    news:bBfYc.2577 24$gE.129244@pd 7tw3no...[color=blue]
    > Please excuse my ignorance as I'm fairly new to ASP. We have IIS running[/color]
    on[color=blue]
    > Win2000 and serving out an ASP application. I installed the script[/color]
    debugger[color=blue]
    > tonight. IE6 on the machine has Disable Script Debugging unchecked. I set
    > the server side debugging for the www in question. I have a Stop statement
    > in the VBScript code in a certain page, and yet the debugger does not stop
    > on the page in question, it does nothing. If I open up the .asp pages
    > manually most lines are yellow and the Debug menu is disabled so I cannot
    > set breakpoints. Does anyone have any idea what could be going on? At one
    > point I managed to get some client-side debugging to work, but I haven't[/color]
    had[color=blue]
    > any server-side debugging working. I am running the web-page from the[/color]
    same[color=blue]
    > machine that is serving out the pages. Thanks for any advice, ideas or[/color]
    help.[color=blue]
    >
    > Steve A.
    >
    >[/color]


    Comment

    • Roland Hall

      #3
      Re: ASP debugging with the Script Debugger

      "Steve Anderson" wrote in message news:bBfYc.2577 24$gE.129244@pd 7tw3no...
      : Please excuse my ignorance as I'm fairly new to ASP. We have IIS running
      on
      : Win2000 and serving out an ASP application. I installed the script
      debugger
      : tonight. IE6 on the machine has Disable Script Debugging unchecked. I set
      : the server side debugging for the www in question. I have a Stop statement
      : in the VBScript code in a certain page, and yet the debugger does not stop
      : on the page in question, it does nothing. If I open up the .asp pages
      : manually most lines are yellow and the Debug menu is disabled so I cannot
      : set breakpoints. Does anyone have any idea what could be going on? At one
      : point I managed to get some client-side debugging to work, but I haven't
      had
      : any server-side debugging working. I am running the web-page from the
      same
      : machine that is serving out the pages. Thanks for any advice, ideas or
      help.

      Steve...

      This NG is for ASP, not tips using the debugger. You should use a more
      appropriate NG for that which should get you more response. However, if you
      post your errors here with some relevant code, most likely someone can help
      you get past the issues you are having.


      --
      Roland Hall
      /* This information is distributed in the hope that it will be useful, but
      without any warranty; without even the implied warranty of merchantability
      or fitness for a particular purpose. */
      Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
      WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
      MSDN Library - http://msdn.microsoft.com/library/default.asp


      Comment

      Working...