Ask a Question related to Adobe Dreamweaver & Contribute, Design and Development.
-
mtrueblood #1
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
-
Active Server Pages error 'ASP 0201'
------------------------------------------- Active Server Pages error 'ASP 0201' Invalid Default Script Language The default script language... -
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... -
IIS and Active server pages
Hi, Where can I download the latest IIS with active server pages for NT 4.0? Thanks. Max -
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' ... -
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... -
mtrueblood #2
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
-
mtrueblood #3
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
-
mtrueblood #4
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



Reply With Quote

