Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Getting -> Active Server Pages error 'ASP 0126'

Explorer ,
Apr 01, 2009 Apr 01, 2009

Copy link to clipboard

Copied

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 *
'* http://www.DwZone-it.com *
'* *
'**********************************
server.ScriptTimeout = 5400

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

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

Thanks,
Matt
TOPICS
Extensions

Views

2.0K
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Apr 02, 2009 Apr 02, 2009
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

Votes

Translate
Explorer ,
Apr 01, 2009 Apr 01, 2009

Copy link to clipboard

Copied

"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

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 02, 2009 Apr 02, 2009

Copy link to clipboard

Copied

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

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 02, 2009 Apr 02, 2009

Copy link to clipboard

Copied

LATEST
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

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines