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

  1. #1

    Default ASP Errors

    Since upgrading to Windows 2003 Server from Windows 2000
    Enterprise Server we have had alot of ASP problems. The
    problems are centered around asp pages which are one level
    or more below the main folder within a web site. We have
    many web sites which have used the database interface
    wizard in FrontPage which puts these pages up to three
    levels deep inside the folder hierarchy of the main site.
    The pages will not work with IIS 6. I have had to re-
    engineer many of these sites without the database
    interface wizard. My solution at this point is to put all
    ASP pages at the root level which seems to work but
    negates all version of Frontpage management including
    FrontPage 2003 Beta. This is a serious problem!
    Especially for us who teach FrontPage and ASP!
    David Jacobus Guest

  2. Similar Questions and Discussions

    1. CF4.5 Errors in logs and Unix 111 errors!
      :confused; Hi All, I have been getting a lot of Unix 111 errors and there are various errors in my coldfusion logs. I can't find any resources...
    2. supress errors at the page level? Undefined index errors.
      I'm creating a simple reply form, and if a form item isn't answered I get an error: "Notice: Undefined index: rb_amntspent in...
    3. [PHP] where are my errors?
      Hi, all -- I'll try this again now that I've gotten one question answered... My partner and I have done something that gets rid of our error...
    4. where are my errors?
      Hi, all -- My partner and I have done something that gets rid of our error messages, and we're not quite sure what. The identical code base (I...
    5. Pop-up window errors:"translators not loaded due to errors"
      I keep getting pop-up windows when using DWMX....any suggestions as to how to fix this type of error? The pop-up says: at line 16...
  3. #2

    Default Re: ASP Errors

    What errors?

    Drop Frontpage man!

    Ray at work

    "David Jacobus" <davidjacobus@hotmail.com> wrote in message
    news:05d701c37bc8$9c8a2280$a101280a@phx.gbl...
    > Since upgrading to Windows 2003 Server from Windows 2000
    > Enterprise Server we have had alot of ASP problems. The
    > problems are centered around asp pages which are one level
    > or more below the main folder within a web site. We have
    > many web sites which have used the database interface
    > wizard in FrontPage which puts these pages up to three
    > levels deep inside the folder hierarchy of the main site.
    > The pages will not work with IIS 6. I have had to re-
    > engineer many of these sites without the database
    > interface wizard. My solution at this point is to put all
    > ASP pages at the root level which seems to work but
    > negates all version of Frontpage management including
    > FrontPage 2003 Beta. This is a serious problem!
    > Especially for us who teach FrontPage and ASP!

    Ray at Guest

  4. #3

    Default Re: ASP Errors

    HTTP 500 - Internal Server Error
    >-----Original Message-----
    >What errors?
    >
    >Drop Frontpage man!
    >
    >Ray at work
    >
    >"David Jacobus" <davidjacobus@hotmail.com> wrote in
    message
    >news:05d701c37bc8$9c8a2280$a101280a@phx.gbl...
    >> Since upgrading to Windows 2003 Server from Windows 2000
    >> Enterprise Server we have had alot of ASP problems. The
    >> problems are centered around asp pages which are one
    level
    >> or more below the main folder within a web site. We
    have
    >> many web sites which have used the database interface
    >> wizard in FrontPage which puts these pages up to three
    >> levels deep inside the folder hierarchy of the main
    site.
    >> The pages will not work with IIS 6. I have had to re-
    >> engineer many of these sites without the database
    >> interface wizard. My solution at this point is to put
    all
    >> ASP pages at the root level which seems to work but
    >> negates all version of Frontpage management including
    >> FrontPage 2003 Beta. This is a serious problem!
    >> Especially for us who teach FrontPage and ASP!
    >
    >
    >.
    >
    David Jacobus Guest

  5. #4

    Default Re: ASP Errors

    [url]http://www.aspfaq.com/2109[/url]

    Ray at work

    "David Jacobus" <davidjacobus@hotmail.com> wrote in message
    news:05fd01c37bca$cc6a3ab0$a101280a@phx.gbl...
    > HTTP 500 - Internal Server Error
    > >-----Original Message-----
    > >What errors?
    > >
    > >Drop Frontpage man!
    > >
    > >Ray at work
    > >
    > >"David Jacobus" <davidjacobus@hotmail.com> wrote in
    > message
    > >news:05d701c37bc8$9c8a2280$a101280a@phx.gbl...
    > >> Since upgrading to Windows 2003 Server from Windows 2000
    > >> Enterprise Server we have had alot of ASP problems. The
    > >> problems are centered around asp pages which are one
    > level
    > >> or more below the main folder within a web site. We
    > have
    > >> many web sites which have used the database interface
    > >> wizard in FrontPage which puts these pages up to three
    > >> levels deep inside the folder hierarchy of the main
    > site.
    > >> The pages will not work with IIS 6. I have had to re-
    > >> engineer many of these sites without the database
    > >> interface wizard. My solution at this point is to put
    > all
    > >> ASP pages at the root level which seems to work but
    > >> negates all version of Frontpage management including
    > >> FrontPage 2003 Beta. This is a serious problem!
    > >> Especially for us who teach FrontPage and ASP!
    > >
    > >
    > >.
    > >

    Ray at Guest

  6. #5

    Default Re: ASP Errors

    I think since he's teaching it, he can't really drop it.

    Now I'm not familiar with Frontpage or even Win2003, but I believe there's a
    setting in 2003 that is on by default (off by default in 2000) for
    references to Parent directories.
    If Frontpage is anything like interdev, then by default it references files
    in a goofy manner. Often, I'll get things like
    "../../Home/something/Default.asp" which is really in the same folder I'm
    already in (up two down two), which I'm sure would cause a problem in 2003.



    "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
    news:ODM7jk8eDHA.2328@TK2MSFTNGP09.phx.gbl...
    > What errors?
    >
    > Drop Frontpage man!
    >
    > Ray at work
    >
    > "David Jacobus" <davidjacobus@hotmail.com> wrote in message
    > news:05d701c37bc8$9c8a2280$a101280a@phx.gbl...
    > > Since upgrading to Windows 2003 Server from Windows 2000
    > > Enterprise Server we have had alot of ASP problems. The
    > > problems are centered around asp pages which are one level
    > > or more below the main folder within a web site. We have
    > > many web sites which have used the database interface
    > > wizard in FrontPage which puts these pages up to three
    > > levels deep inside the folder hierarchy of the main site.
    > > The pages will not work with IIS 6. I have had to re-
    > > engineer many of these sites without the database
    > > interface wizard. My solution at this point is to put all
    > > ASP pages at the root level which seems to work but
    > > negates all version of Frontpage management including
    > > FrontPage 2003 Beta. This is a serious problem!
    > > Especially for us who teach FrontPage and ASP!
    >
    >

    Tom B Guest

  7. #6

    Default Re: ASP Errors

    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;332117[/url]


    "Tom B" <shuckle@hotmail.com> wrote in message
    news:%23yyhJ38eDHA.2352@TK2MSFTNGP09.phx.gbl...
    > I think since he's teaching it, he can't really drop it.
    >
    > Now I'm not familiar with Frontpage or even Win2003, but I believe there's
    a
    > setting in 2003 that is on by default (off by default in 2000) for
    > references to Parent directories.
    > If Frontpage is anything like interdev, then by default it references
    files
    > in a goofy manner. Often, I'll get things like
    > "../../Home/something/Default.asp" which is really in the same folder I'm
    > already in (up two down two), which I'm sure would cause a problem in
    2003.
    >
    >
    >
    > "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
    > news:ODM7jk8eDHA.2328@TK2MSFTNGP09.phx.gbl...
    > > What errors?
    > >
    > > Drop Frontpage man!
    > >
    > > Ray at work
    > >
    > > "David Jacobus" <davidjacobus@hotmail.com> wrote in message
    > > news:05d701c37bc8$9c8a2280$a101280a@phx.gbl...
    > > > Since upgrading to Windows 2003 Server from Windows 2000
    > > > Enterprise Server we have had alot of ASP problems. The
    > > > problems are centered around asp pages which are one level
    > > > or more below the main folder within a web site. We have
    > > > many web sites which have used the database interface
    > > > wizard in FrontPage which puts these pages up to three
    > > > levels deep inside the folder hierarchy of the main site.
    > > > The pages will not work with IIS 6. I have had to re-
    > > > engineer many of these sites without the database
    > > > interface wizard. My solution at this point is to put all
    > > > ASP pages at the root level which seems to work but
    > > > negates all version of Frontpage management including
    > > > FrontPage 2003 Beta. This is a serious problem!
    > > > Especially for us who teach FrontPage and ASP!
    > >
    > >
    >
    >

    Tom B Guest

  8. #7

    Default Re: ASP Errors

    WOW! Thanks so much for helping us with this problem, we
    are in business now. Again Thanks
    >-----Original Message-----
    >[url]http://support.microsoft.com/default.aspx?scid=kb;en-[/url]
    us;332117
    >
    >
    >"Tom B" <shuckle@hotmail.com> wrote in message
    >news:%23yyhJ38eDHA.2352@TK2MSFTNGP09.phx.gbl...
    >> I think since he's teaching it, he can't really drop it.
    >>
    >> Now I'm not familiar with Frontpage or even Win2003,
    but I believe there's
    >a
    >> setting in 2003 that is on by default (off by default
    in 2000) for
    >> references to Parent directories.
    >> If Frontpage is anything like interdev, then by default
    it references
    >files
    >> in a goofy manner. Often, I'll get things like
    >> "../../Home/something/Default.asp" which is really in
    the same folder I'm
    >> already in (up two down two), which I'm sure would
    cause a problem in
    >2003.
    >>
    >>
    >>
    >> "Ray at <%=sLocation%>" <myfirstname at lane34 dot com>
    wrote in message
    >> news:ODM7jk8eDHA.2328@TK2MSFTNGP09.phx.gbl...
    >> > What errors?
    >> >
    >> > Drop Frontpage man!
    >> >
    >> > Ray at work
    >> >
    >> > "David Jacobus" <davidjacobus@hotmail.com> wrote in
    message
    >> > news:05d701c37bc8$9c8a2280$a101280a@phx.gbl...
    >> > > Since upgrading to Windows 2003 Server from Windows
    2000
    >> > > Enterprise Server we have had alot of ASP
    problems. The
    >> > > problems are centered around asp pages which are
    one level
    >> > > or more below the main folder within a web site.
    We have
    >> > > many web sites which have used the database
    interface
    >> > > wizard in FrontPage which puts these pages up to
    three
    >> > > levels deep inside the folder hierarchy of the main
    site.
    >> > > The pages will not work with IIS 6. I have had to
    re-
    >> > > engineer many of these sites without the database
    >> > > interface wizard. My solution at this point is to
    put all
    >> > > ASP pages at the root level which seems to work but
    >> > > negates all version of Frontpage management
    including
    >> > > FrontPage 2003 Beta. This is a serious problem!
    >> > > Especially for us who teach FrontPage and ASP!
    >> >
    >> >
    >>
    >>
    >
    >
    >.
    >
    David Jacobus Guest

  9. #8

    Default Re: ASP errors

    "Sean" <S.Cairns@belfasttelegraph.co.uk> wrote in message
    news:6D9B2927-73FB-4082-A346-59BD56D41552@microsoft.com...
    > Could someone please help me fix up the below code:
    >
    > Ive been getting the following error message:
    >
    > (Microsoft VBScript runtime error '800a01f4'
    > Variable is undefined: 'adCmdStoredProc'
    > /testing.asp, line 23 )
    [snip]


    You previously posted your questions as "ASP still having problems"!
    Your answer was posted there by Aaron: "include adovbs.inc".

    This is done by inserting the following line at the top of your script:
    <!-- #include file="adovbs.inc" -->

    All of the " ad" prefixed elements are constants that are declared in
    "adovbs.inc".

    Alternatively, you could just include the ones you reference:

    Const adCmdStoredProc = &H0004
    Const adDate = 7
    Const adParamInput = &H0001



    McKirahan 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