PC Review


Reply
Thread Tools Rate Thread

ASP 0126 error...include file not found

 
 
=?Utf-8?B?c2hpa2hh?=
Guest
Posts: n/a
 
      1st Aug 2006
Hi,

I was using the login script found at http://support.microsoft.com/kb/321439/

I am getting the error:
Active Server Pages error 'ASP 0126'

Include file not found

/districtcal/logon/secure.asp, line 2

The include file "/logon/_private/logon.inc' was not found.

I have checked logon.inc many times and it is there. I have also tried
using the full name and still get the error...

The include file
'http://webhost.on.bell.ca/districtcal/logon/_private/logon.inc' was not
found.

Any suggestion on what am I doing wrong?

Any help will be appreciated

Shikha


 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      1st Aug 2006
Where is the _private folder located?

Is it under /districtcal or is under the root of the web?

If it is under the root, then the path would be:

.../_private/logon.inc

FP will not manage these ASP SSI links,

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================


"shikha" <(E-Mail Removed)> wrote in message
news:75F53388-4C30-48E9-BDAC-(E-Mail Removed)...
> Hi,
>
> I was using the login script found at http://support.microsoft.com/kb/321439/
>
> I am getting the error:
> Active Server Pages error 'ASP 0126'
>
> Include file not found
>
> /districtcal/logon/secure.asp, line 2
>
> The include file "/logon/_private/logon.inc' was not found.
>
> I have checked logon.inc many times and it is there. I have also tried
> using the full name and still get the error...
>
> The include file
> 'http://webhost.on.bell.ca/districtcal/logon/_private/logon.inc' was not
> found.
>
> Any suggestion on what am I doing wrong?
>
> Any help will be appreciated
>
> Shikha
>
>



 
Reply With Quote
 
=?Utf-8?B?c2hpa2hh?=
Guest
Posts: n/a
 
      2nd Aug 2006
Hi Thomas,

_private folder is located under logon which is located under districtcal...

in which case "/logon/_private/logon.inc" this should be right, right?



"Thomas A. Rowe" wrote:

> Where is the _private folder located?
>
> Is it under /districtcal or is under the root of the web?
>
> If it is under the root, then the path would be:
>
> .../_private/logon.inc
>
> FP will not manage these ASP SSI links,
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
> ==============================================
> Agents Real Estate Listing Network
> http://www.NReal.com
> ==============================================
>
>
> "shikha" <(E-Mail Removed)> wrote in message
> news:75F53388-4C30-48E9-BDAC-(E-Mail Removed)...
> > Hi,
> >
> > I was using the login script found at http://support.microsoft.com/kb/321439/
> >
> > I am getting the error:
> > Active Server Pages error 'ASP 0126'
> >
> > Include file not found
> >
> > /districtcal/logon/secure.asp, line 2
> >
> > The include file "/logon/_private/logon.inc' was not found.
> >
> > I have checked logon.inc many times and it is there. I have also tried
> > using the full name and still get the error...
> >
> > The include file
> > 'http://webhost.on.bell.ca/districtcal/logon/_private/logon.inc' was not
> > found.
> >
> > Any suggestion on what am I doing wrong?
> >
> > Any help will be appreciated
> >
> > Shikha
> >
> >

>
>
>

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      2nd Aug 2006
No, the correct path would be

"_private/logon.inc"

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================


"shikha" <(E-Mail Removed)> wrote in message
news:8E24CA81-F43D-47C0-98BF-(E-Mail Removed)...
> Hi Thomas,
>
> _private folder is located under logon which is located under districtcal...
>
> in which case "/logon/_private/logon.inc" this should be right, right?
>
>
>
> "Thomas A. Rowe" wrote:
>
>> Where is the _private folder located?
>>
>> Is it under /districtcal or is under the root of the web?
>>
>> If it is under the root, then the path would be:
>>
>> .../_private/logon.inc
>>
>> FP will not manage these ASP SSI links,
>>
>> --
>> ==============================================
>> Thomas A. Rowe
>> Microsoft MVP - FrontPage
>> ==============================================
>> Agents Real Estate Listing Network
>> http://www.NReal.com
>> ==============================================
>>
>>
>> "shikha" <(E-Mail Removed)> wrote in message
>> news:75F53388-4C30-48E9-BDAC-(E-Mail Removed)...
>> > Hi,
>> >
>> > I was using the login script found at http://support.microsoft.com/kb/321439/
>> >
>> > I am getting the error:
>> > Active Server Pages error 'ASP 0126'
>> >
>> > Include file not found
>> >
>> > /districtcal/logon/secure.asp, line 2
>> >
>> > The include file "/logon/_private/logon.inc' was not found.
>> >
>> > I have checked logon.inc many times and it is there. I have also tried
>> > using the full name and still get the error...
>> >
>> > The include file
>> > 'http://webhost.on.bell.ca/districtcal/logon/_private/logon.inc' was not
>> > found.
>> >
>> > Any suggestion on what am I doing wrong?
>> >
>> > Any help will be appreciated
>> >
>> > Shikha
>> >
>> >

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?c2hpa2hh?=
Guest
Posts: n/a
 
      2nd Aug 2006
Hey Thomas,

I tried _private/logon.inc, and that didn't work...then I tired
districtcal/logon/_private/logon.inc, and that worked fine.

But now since thats fixed, moving on with the same login script...when I
click on secure Page from default page, it works fine, takes me instead of
logon page. I enter my ID & password, and nothing happens. Any clues of
what I could be doing wrong....When I press Log on it resets the values for
ID & Password on the same page.

And also thank you so much for your help It is highly appreciated

"Thomas A. Rowe" wrote:

> No, the correct path would be
>
> "_private/logon.inc"
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
> ==============================================
> Agents Real Estate Listing Network
> http://www.NReal.com
> ==============================================
>
>
> "shikha" <(E-Mail Removed)> wrote in message
> news:8E24CA81-F43D-47C0-98BF-(E-Mail Removed)...
> > Hi Thomas,
> >
> > _private folder is located under logon which is located under districtcal...
> >
> > in which case "/logon/_private/logon.inc" this should be right, right?
> >
> >
> >
> > "Thomas A. Rowe" wrote:
> >
> >> Where is the _private folder located?
> >>
> >> Is it under /districtcal or is under the root of the web?
> >>
> >> If it is under the root, then the path would be:
> >>
> >> .../_private/logon.inc
> >>
> >> FP will not manage these ASP SSI links,
> >>
> >> --
> >> ==============================================
> >> Thomas A. Rowe
> >> Microsoft MVP - FrontPage
> >> ==============================================
> >> Agents Real Estate Listing Network
> >> http://www.NReal.com
> >> ==============================================
> >>
> >>
> >> "shikha" <(E-Mail Removed)> wrote in message
> >> news:75F53388-4C30-48E9-BDAC-(E-Mail Removed)...
> >> > Hi,
> >> >
> >> > I was using the login script found at http://support.microsoft.com/kb/321439/
> >> >
> >> > I am getting the error:
> >> > Active Server Pages error 'ASP 0126'
> >> >
> >> > Include file not found
> >> >
> >> > /districtcal/logon/secure.asp, line 2
> >> >
> >> > The include file "/logon/_private/logon.inc' was not found.
> >> >
> >> > I have checked logon.inc many times and it is there. I have also tried
> >> > using the full name and still get the error...
> >> >
> >> > The include file
> >> > 'http://webhost.on.bell.ca/districtcal/logon/_private/logon.inc' was not
> >> > found.
> >> >
> >> > Any suggestion on what am I doing wrong?
> >> >
> >> > Any help will be appreciated
> >> >
> >> > Shikha
> >> >
> >> >
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
0126.0000 is now available, new definition file for Ad-Aware 2008. Randy Knobloch Spyware Announcements 0 30th Sep 2008 10:18 AM
include file not found? Pierre Microsoft Frontpage 2 15th Jul 2005 10:56 AM
Setting project include directories (VC 7.1): #include <file> vs#include "file" Susan Baker Microsoft VC .NET 2 2nd Jul 2005 02:59 PM
Active Server Pages error ASP 0126 - include file not found =?Utf-8?B?cHV6emxlZCBpbiBTYW50YSBDcnV6?= Microsoft Frontpage 1 22nd Dec 2004 09:19 AM
ASP error 0126! Richard Gutery Microsoft Frontpage 7 26th Nov 2004 04:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:14 AM.