ASP error 0126!

R

Richard Gutery

I just started getting the following error on a FP Web Site. This has been
working just fine.

Error Type:
Active Server Pages, ASP 0126 (0x80004005)
The include file 'public/incl/connect.asp' was not found.
/nflpool/asp/lstActive.asp, line 1

Trust me, the file is located at public/incl and is called connect.asp.. In
fact, the Dev server that I get this error on is exactly the same as our
production server. And the dirs, files and perms are identical.

Any ideas???

RG
 
T

Thomas A. Rowe

Open lstActive.asp in normal/design view, then drag the connect.asp on to it, then switch to
HTML/Code view and copy the path and insert into your Include tag. Be sure the delete the link the
you created in normal/design view.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
R

Richard Gutery

Thanks Thomas. I did as you suggested and have exactly the same error. I
nuked the FP site, checked my code and pages carefully the re-published.
Same thing???

Sometimes FP can be so frustrating.

Thanks anyway.

RG
 
R

Richard Gutery

Here is a copy of my publishing log as well:

Thursday, November 25, 2004 6:28:37 PM

Publishing from "C:\Projects\FP2003 Projects\NFLpool" to
"http://localhost/nflpool".
Thursday, November 25, 20046:28:37 PMCreated folder "public".
Thursday, November 25, 20046:28:37 PMCreated folder "public/incl".
Thursday, November 25, 20046:28:38 PMCopied "public/incl/connect.asp".
Thursday, November 25, 20046:28:38 PMCopied "public/Plogon.asp".
Thursday, November 25, 20046:28:38 PMCopied "public/Pregister.asp".
Thursday, November 25, 20046:28:38 PMFinished publish from
"C:\Projects\FP2003 Projects\NFLpool" to "http://localhost/nflpool".

We can clearly see that the folder PUBLIC is created, then folder INCL then
connect.asp is copied. I've rechecked the perms as well and they are
identical to the ones on our production server.

So the confusion remains.

Thanks to all.

RG
 
R

Richard Gutery

Thanks Clinton, that helped alot. Turns out that the levels of directories
was my problem. I.E. :root/public/includes/fname.asp

Didn't know that.

Cheers RG

clintonG said:
The ASP FAQ [1] has the best collection of error messages and solutions.

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET (e-mail address removed)
URL http://www.metromilwaukee.com/clintongallagher/

[1] http://www.aspfaq.com/



Richard Gutery said:
I just started getting the following error on a FP Web Site. This has
been
working just fine.

Error Type:
Active Server Pages, ASP 0126 (0x80004005)
The include file 'public/incl/connect.asp' was not found.
/nflpool/asp/lstActive.asp, line 1

Trust me, the file is located at public/incl and is called connect.asp.. In
fact, the Dev server that I get this error on is exactly the same as our
production server. And the dirs, files and perms are identical.

Any ideas???

RG
 
T

Thomas A. Rowe

Never had a problem with paths, since parent path is enabled on the server and I can use ../

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Richard Gutery said:
Thanks Clinton, that helped alot. Turns out that the levels of directories was my problem. I.E.
:root/public/includes/fname.asp

Didn't know that.

Cheers RG

clintonG said:
The ASP FAQ [1] has the best collection of error messages and solutions.

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET (e-mail address removed)
URL http://www.metromilwaukee.com/clintongallagher/

[1] http://www.aspfaq.com/



Richard Gutery said:
I just started getting the following error on a FP Web Site. This has been
working just fine.

Error Type:
Active Server Pages, ASP 0126 (0x80004005)
The include file 'public/incl/connect.asp' was not found.
/nflpool/asp/lstActive.asp, line 1

Trust me, the file is located at public/incl and is called connect.asp.. In
fact, the Dev server that I get this error on is exactly the same as our
production server. And the dirs, files and perms are identical.

Any ideas???

RG
 
C

clintonG

All's well that ends well :)

<%= Clinton Gallagher

Richard Gutery said:
Thanks Clinton, that helped alot. Turns out that the levels of directories
was my problem. I.E. :root/public/includes/fname.asp

Didn't know that.

Cheers RG

clintonG said:
The ASP FAQ [1] has the best collection of error messages and solutions.

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET (e-mail address removed)
URL http://www.metromilwaukee.com/clintongallagher/

[1] http://www.aspfaq.com/



Richard Gutery said:
I just started getting the following error on a FP Web Site. This has
been
working just fine.

Error Type:
Active Server Pages, ASP 0126 (0x80004005)
The include file 'public/incl/connect.asp' was not found.
/nflpool/asp/lstActive.asp, line 1

Trust me, the file is located at public/incl and is called
connect.asp..
In
fact, the Dev server that I get this error on is exactly the same as our
production server. And the dirs, files and perms are identical.

Any ideas???

RG
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top