QUERY: debugging ASP VBScript

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default QUERY: debugging ASP VBScript

    I am currently developing a website in ASP (VBScript) using MS Visual C#.NET
    IDE. I just create a new "ASP.NET Web Application" and point to my local
    webserver (IIS) of my website address. Then I just go through each
    file/folder and right-click, selecting "Include in project". The IDE is nice
    in that it checks, verifies id tags, etc. What am wondering is whether it's
    possible to debug my ASP website using the MS Visual Studio.NET's debugger.

    I did a google search for 'debugging ASP VBScript' and got:

    [url]http://www.microsoft.com/windows2000/en/server/iis/htm/asp/iiwadbug.htm[/url]

    It seems possible, however I can't seem to get it working.

    Anyway knows how to debug ASP scripts efficiently?


    KevinGPO Guest

  2. Similar Questions and Discussions

    1. Debugging output does not appear when use Debugging IPAddresses
      I recently absorbed the task of supporting our CF MX 6.1 server. We have an app that we need to debug - the developer asked us to add her IP...
    2. ASP/VBScript - if then or else
      I'm developing a site using ASP/VBScript and I'm trying to populate a table with data contain within a recordset using the repeat region... which is...
    3. query ExchangeServer5.5 with ASP + vbscript Error: 80005000
      Hi, i have some problems with an exchange query in asp. We have a NT4.0 Domain with Exchange5.5. I want to query the Recipients Container in asp...
    4. VBScript and ASP
      Can I copy code from a .ASP page into a .VBS file and execute it? I need to run code in an ASP page in a daily event on the server. Thanks! ...
    5. ASP.NET and vbscript
      Browser security settings may be hampering your attempts. To get it to work, the setting you'll most likely need to adjust can be found on the...
  3. #2

    Default Re: QUERY: debugging ASP VBScript

    You do know that ASP and ASP.Net are two different animals and VBScript is
    not compatible with ASP.Net and can not be used in Visual Studio 2003 or
    higher .Net

    So to answer your question. Your .Net application can't debug your ASP code.

    "KevinGPO" <kevingpo@hotmail.com> wrote in message
    news:%236EtTqDIGHA.2460@TK2MSFTNGP10.phx.gbl...
    >I am currently developing a website in ASP (VBScript) using MS Visual
    >C#.NET IDE. I just create a new "ASP.NET Web Application" and point to my
    >local webserver (IIS) of my website address. Then I just go through each
    >file/folder and right-click, selecting "Include in project". The IDE is
    >nice in that it checks, verifies id tags, etc. What am wondering is whether
    >it's possible to debug my ASP website using the MS Visual Studio.NET's
    >debugger.
    >
    > I did a google search for 'debugging ASP VBScript' and got:
    >
    > [url]http://www.microsoft.com/windows2000/en/server/iis/htm/asp/iiwadbug.htm[/url]
    >
    > It seems possible, however I can't seem to get it working.
    >
    > Anyway knows how to debug ASP scripts efficiently?
    >

    G. Vaught Guest

  4. #3

    Default Re: QUERY: debugging ASP VBScript

    G. Vaught wrote:
    > You do know that ASP and ASP.Net are two different animals
    Very true
    > and VBScript is not compatible with ASP.Net
    huh? There is no reason one could not create a script block for vbscript
    code in a .aspx page ... not much reason to do so, but there is nothing to
    prevent it.
    > and can not be used in Visual
    > Studio 2003 or higher .Net
    Hmm, well, that's not true.
    I routinely edit classic ASP pages in VS 2003.
    >
    > So to answer your question. Your .Net application can't debug your
    > ASP code.
    I've never tried it, but one person who sometimes posts to this newsgroup
    (.inetserver.asp.general) claims he regularly use VS 2003 to debug his
    classic ASP applications.

    [url]http://groups.google.com/group/microsoft.public.inetserver.asp.general/msg/cad98c695cb3d639?hl=en&[/url]

    Here are some more:

    [url]http://groups.google.com/groups?ie=UTF-8&oe=UTF-8&sourceid=gd&q=debug%20classic%20ASP%20.Net%20200 3&sa=N&tab=wg[/url]



    --
    Microsoft MVP - ASP/ASP.NET
    Please reply to the newsgroup. This email account is my spam trap so I
    don't check it very often. If you must reply off-line, then remove the
    "NO SPAM"


    Bob Barrows [MVP] Guest

  5. #4

    Default Re: QUERY: debugging ASP VBScript

    I use VS 2003 extensively to edit and debug classic ASP pages.

    Works fine.

    Anthony.


    Anthony Jones Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139