Getting -> Active Server Pages error 'ASP 0126'

Ask a Question related to Adobe Dreamweaver & Contribute, Design and Development.

  1. #1

    Default Getting -> Active Server Pages error 'ASP 0126'

    I get the following error when applying the upload function to my already made
    form.

    Active Server Pages error 'ASP 0126'
    Include file not found
    /sitename/sitepage.asp, line 2
    The include file 'dwzUpload/DefineVariable.asp' was not found.

    The top of my code on "Sitepage.asp" looks like this:

    <%@LANGUAGE="VBSCRIPT"%>
    <!--#include file="dwzUpload/DefineVariable.asp" -->
    <!--#include file="Connections/connBest.asp" -->
    <%
    '**********************************
    '* *
    '* ONLY UPLOAD *
    '* [url]http://www.DwZone-it.com[/url] *
    '* *
    '**********************************
    server.ScriptTimeout = 5400

    Dim RG_Connection, RG..........

    I can supply more information if need be. Your help is greatly appreciated!

    Thanks,
    Matt

    mtrueblood Guest

  2. Similar Questions and Discussions

    1. Active Server Pages error 'ASP 0201'
      ------------------------------------------- Active Server Pages error 'ASP 0201' Invalid Default Script Language The default script language...
    2. Active Server Pages error 'ASP 0113'
      I got this error and researched that this can be fixed by going into the Internet Services Manager and then changing the property for the time...
    3. IIS and Active server pages
      Hi, Where can I download the latest IIS with active server pages for NT 4.0? Thanks. Max
    4. Active Server Pages error 'ASP 0115'
      Hi All, When i am accessing a website which the home pafe is .asp file i am getting this error. Active Server Pages error 'ASP 0115' ...
    5. ASP ERROR: error '8002801d' -> Library not registered. : my Active Server Pages are not so active.
      I've got two IIS servers. One public and one staging. On the public server the ASP code works fine however on the staging server I've started...
  3. #2

    Default Re: Getting -> Active Server Pages error 'ASP 0126'

    "dwzUpload/DefineVariable.asp" location is:

    C:\inetpub\wwwroot\sitename\dwzUpload.

    So it's located in the site root, inside the dwzUpload folder.

    I am currently running the site on my local machine with IIS7.

    I don't get an error if I remove the 'upload' function on the site, but the
    site needs to offer upload of image files. Not sure where to go to from here.

    Thanks,
    Matt

    mtrueblood Guest

  4. #3

    Default Re: Getting -> Active Server Pages error 'ASP 0126'

    Got my answers. I am all set.

    I didn't use the dwzupload as there was no combination of code that was going to work for some reason.

    Thanks,
    Matt
    mtrueblood Guest

  5. #4

    Default Re: Getting -> Active Server Pages error 'ASP 0126'

    Got my answers. I am all set.

    I didn't use the dwzupload as there was no combination of code that was going to work for some reason.

    Thanks,
    Matt
    mtrueblood Guest

Posting Permissions

  • You may not post new threads
  • You may not 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