Home All Groups Group Topic Archive Search About
Author
9 Jun 2009 5:31 PM
Nick
Does any one know how to fix this error?

Active Server Pages error 'ASP 0126'

Include file not found

/nick/passwordprotect.asp, line 2

The include file '/logon/_private/logon.inc' was not found.
Author
9 Jun 2009 6:47 PM
Kathleen Anderson
What folder is the logon.inc file in? Is '/logon/_private/logon.inc'
correct? I've never seen a _private folder under a regular folder.

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
Expression Web Resources: http://www.spiderwebwoman.com/xweb/
Expression Web Wiki: http://expression-web-wiki.com/
FrontPage Resources: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others



Show quoteHide quote
"Nick" <doctore***@thebonavitas.com> wrote in message
news:6B0C73D6-8A21-4413-A306-142A2EDC105D@microsoft.com...
> Does any one know how to fix this error?
>
> Active Server Pages error 'ASP 0126'
>
> Include file not found
>
> /nick/passwordprotect.asp, line 2
>
> The include file '/logon/_private/logon.inc' was not found.
Are all your drivers up to date? click for free checkup

Author
9 Jun 2009 7:23 PM
Nick
it is in the _private folder

Show quoteHide quote
"Kathleen Anderson" <kander***@remove.mvps.org> wrote in message
news:eNujOLT6JHA.3592@TK2MSFTNGP02.phx.gbl...
> What folder is the logon.inc file in? Is '/logon/_private/logon.inc'
> correct? I've never seen a _private folder under a regular folder.
>
> --
>
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> Expression Web Resources: http://www.spiderwebwoman.com/xweb/
> Expression Web Wiki: http://expression-web-wiki.com/
> FrontPage Resources: http://www.spiderwebwoman.com/resources/
> Please reply to the newsgroup for the benefit of others
>
>
>
> "Nick" <doctore***@thebonavitas.com> wrote in message
> news:6B0C73D6-8A21-4413-A306-142A2EDC105D@microsoft.com...
>> Does any one know how to fix this error?
>>
>> Active Server Pages error 'ASP 0126'
>>
>> Include file not found
>>
>> /nick/passwordprotect.asp, line 2
>>
>> The include file '/logon/_private/logon.inc' was not found.
>
>
Author
9 Jun 2009 7:36 PM
Nick
In the code for that webpage to make it password protected is <!--#include
virtual="/logon/_private/logon.inc"--> i don't know if that will help
though.
Show quoteHide quote
"Nick" <doctore***@thebonavitas.com> wrote in message
news:1EE1653C-7D1A-4B51-B28E-FE6892EAD747@microsoft.com...
> it is in the _private folder
>
> "Kathleen Anderson" <kander***@remove.mvps.org> wrote in message
> news:eNujOLT6JHA.3592@TK2MSFTNGP02.phx.gbl...
>> What folder is the logon.inc file in? Is '/logon/_private/logon.inc'
>> correct? I've never seen a _private folder under a regular folder.
>>
>> --
>>
>> ~ Kathleen Anderson
>> Microsoft MVP - FrontPage
>> Spider Web Woman Designs
>> Expression Web Resources: http://www.spiderwebwoman.com/xweb/
>> Expression Web Wiki: http://expression-web-wiki.com/
>> FrontPage Resources: http://www.spiderwebwoman.com/resources/
>> Please reply to the newsgroup for the benefit of others
>>
>>
>>
>> "Nick" <doctore***@thebonavitas.com> wrote in message
>> news:6B0C73D6-8A21-4413-A306-142A2EDC105D@microsoft.com...
>>> Does any one know how to fix this error?
>>>
>>> Active Server Pages error 'ASP 0126'
>>>
>>> Include file not found
>>>
>>> /nick/passwordprotect.asp, line 2
>>>
>>> The include file '/logon/_private/logon.inc' was not found.
>>
>>
>
Author
9 Jun 2009 8:33 PM
rleesteelenospam
I use the same code to password protect my site, however, the code  does not
have /logon/ in front of _private/logon.inc.  Here is the code I use:
<% @language="vbscript" %>
<!--#include virtual="/_private/logon.inc"-->

Lee Steele

Show quoteHide quote
"Nick" <doctore***@thebonavitas.com> wrote in message
news:930DE8DA-EA2E-4AFB-8D33-1576C56B1031@microsoft.com...
> In the code for that webpage to make it password protected is <!--#include
> virtual="/logon/_private/logon.inc"--> i don't know if that will help
> though.
> "Nick" <doctore***@thebonavitas.com> wrote in message
> news:1EE1653C-7D1A-4B51-B28E-FE6892EAD747@microsoft.com...
>> it is in the _private folder
>>
>> "Kathleen Anderson" <kander***@remove.mvps.org> wrote in message
>> news:eNujOLT6JHA.3592@TK2MSFTNGP02.phx.gbl...
>>> What folder is the logon.inc file in? Is '/logon/_private/logon.inc'
>>> correct? I've never seen a _private folder under a regular folder.
>>>
>>> --
>>>
>>> ~ Kathleen Anderson
>>> Microsoft MVP - FrontPage
>>> Spider Web Woman Designs
>>> Expression Web Resources: http://www.spiderwebwoman.com/xweb/
>>> Expression Web Wiki: http://expression-web-wiki.com/
>>> FrontPage Resources: http://www.spiderwebwoman.com/resources/
>>> Please reply to the newsgroup for the benefit of others
>>>
>>>
>>>
>>> "Nick" <doctore***@thebonavitas.com> wrote in message
>>> news:6B0C73D6-8A21-4413-A306-142A2EDC105D@microsoft.com...
>>>> Does any one know how to fix this error?
>>>>
>>>> Active Server Pages error 'ASP 0126'
>>>>
>>>> Include file not found
>>>>
>>>> /nick/passwordprotect.asp, line 2
>>>>
>>>> The include file '/logon/_private/logon.inc' was not found.
>>>
>>>
>>
>
Author
9 Jun 2009 8:45 PM
Nick
Its still not working the error i got was
Active Server Pages error 'ASP 0126'

Include file not found

/nick/passwordprotect.asp, line 2

The include file '/_private/logon.inc' was not found.
<rleesteelenospam@comcast.net> wrote in message
Show quoteHide quote
news:OC6hdGU6JHA.4464@TK2MSFTNGP06.phx.gbl...
>I use the same code to password protect my site, however, the code  does
>not have /logon/ in front of _private/logon.inc.  Here is the code I use:
> <% @language="vbscript" %>
> <!--#include virtual="/_private/logon.inc"-->
>
> Lee Steele
>
> "Nick" <doctore***@thebonavitas.com> wrote in message
> news:930DE8DA-EA2E-4AFB-8D33-1576C56B1031@microsoft.com...
>> In the code for that webpage to make it password protected is
>> <!--#include virtual="/logon/_private/logon.inc"--> i don't know if that
>> will help though.
>> "Nick" <doctore***@thebonavitas.com> wrote in message
>> news:1EE1653C-7D1A-4B51-B28E-FE6892EAD747@microsoft.com...
>>> it is in the _private folder
>>>
>>> "Kathleen Anderson" <kander***@remove.mvps.org> wrote in message
>>> news:eNujOLT6JHA.3592@TK2MSFTNGP02.phx.gbl...
>>>> What folder is the logon.inc file in? Is '/logon/_private/logon.inc'
>>>> correct? I've never seen a _private folder under a regular folder.
>>>>
>>>> --
>>>>
>>>> ~ Kathleen Anderson
>>>> Microsoft MVP - FrontPage
>>>> Spider Web Woman Designs
>>>> Expression Web Resources: http://www.spiderwebwoman.com/xweb/
>>>> Expression Web Wiki: http://expression-web-wiki.com/
>>>> FrontPage Resources: http://www.spiderwebwoman.com/resources/
>>>> Please reply to the newsgroup for the benefit of others
>>>>
>>>>
>>>>
>>>> "Nick" <doctore***@thebonavitas.com> wrote in message
>>>> news:6B0C73D6-8A21-4413-A306-142A2EDC105D@microsoft.com...
>>>>> Does any one know how to fix this error?
>>>>>
>>>>> Active Server Pages error 'ASP 0126'
>>>>>
>>>>> Include file not found
>>>>>
>>>>> /nick/passwordprotect.asp, line 2
>>>>>
>>>>> The include file '/logon/_private/logon.inc' was not found.
>>>>
>>>>
>>>
>>
Author
9 Jun 2009 9:35 PM
Nick
Ok do you know how to fix that?
Show quoteHide quote
"Nick" <doctore***@thebonavitas.com> wrote in message
news:2ABA7468-48F5-4ED5-9ABE-EA1074FDF813@microsoft.com...
> Its still not working the error i got was
> Active Server Pages error 'ASP 0126'
>
> Include file not found
>
> /nick/passwordprotect.asp, line 2
>
> The include file '/_private/logon.inc' was not found.
> <rleesteelenospam@comcast.net> wrote in message
> news:OC6hdGU6JHA.4464@TK2MSFTNGP06.phx.gbl...
>>I use the same code to password protect my site, however, the code  does
>>not have /logon/ in front of _private/logon.inc.  Here is the code I use:
>> <% @language="vbscript" %>
>> <!--#include virtual="/_private/logon.inc"-->
>>
>> Lee Steele
>>
>> "Nick" <doctore***@thebonavitas.com> wrote in message
>> news:930DE8DA-EA2E-4AFB-8D33-1576C56B1031@microsoft.com...
>>> In the code for that webpage to make it password protected is
>>> <!--#include virtual="/logon/_private/logon.inc"--> i don't know if that
>>> will help though.
>>> "Nick" <doctore***@thebonavitas.com> wrote in message
>>> news:1EE1653C-7D1A-4B51-B28E-FE6892EAD747@microsoft.com...
>>>> it is in the _private folder
>>>>
>>>> "Kathleen Anderson" <kander***@remove.mvps.org> wrote in message
>>>> news:eNujOLT6JHA.3592@TK2MSFTNGP02.phx.gbl...
>>>>> What folder is the logon.inc file in? Is '/logon/_private/logon.inc'
>>>>> correct? I've never seen a _private folder under a regular folder.
>>>>>
>>>>> --
>>>>>
>>>>> ~ Kathleen Anderson
>>>>> Microsoft MVP - FrontPage
>>>>> Spider Web Woman Designs
>>>>> Expression Web Resources: http://www.spiderwebwoman.com/xweb/
>>>>> Expression Web Wiki: http://expression-web-wiki.com/
>>>>> FrontPage Resources: http://www.spiderwebwoman.com/resources/
>>>>> Please reply to the newsgroup for the benefit of others
>>>>>
>>>>>
>>>>>
>>>>> "Nick" <doctore***@thebonavitas.com> wrote in message
>>>>> news:6B0C73D6-8A21-4413-A306-142A2EDC105D@microsoft.com...
>>>>>> Does any one know how to fix this error?
>>>>>>
>>>>>> Active Server Pages error 'ASP 0126'
>>>>>>
>>>>>> Include file not found
>>>>>>
>>>>>> /nick/passwordprotect.asp, line 2
>>>>>>
>>>>>> The include file '/logon/_private/logon.inc' was not found.
>>>>>
>>>>>
>>>>
>>>
>
Author
9 Jun 2009 9:39 PM
rleesteelenospam
Is the logon.inc in the root _private folder on the web server?  If not,
publish it there.

Lee Steele

Show quoteHide quote
"Nick" <doctore***@thebonavitas.com> wrote in message
news:2ABA7468-48F5-4ED5-9ABE-EA1074FDF813@microsoft.com...
> Its still not working the error i got was
> Active Server Pages error 'ASP 0126'
>
> Include file not found
>
> /nick/passwordprotect.asp, line 2
>
> The include file '/_private/logon.inc' was not found.
> <rleesteelenospam@comcast.net> wrote in message
> news:OC6hdGU6JHA.4464@TK2MSFTNGP06.phx.gbl...
>>I use the same code to password protect my site, however, the code  does
>>not have /logon/ in front of _private/logon.inc.  Here is the code I use:
>> <% @language="vbscript" %>
>> <!--#include virtual="/_private/logon.inc"-->
>>
>> Lee Steele
>>
>> "Nick" <doctore***@thebonavitas.com> wrote in message
>> news:930DE8DA-EA2E-4AFB-8D33-1576C56B1031@microsoft.com...
>>> In the code for that webpage to make it password protected is
>>> <!--#include virtual="/logon/_private/logon.inc"--> i don't know if that
>>> will help though.
>>> "Nick" <doctore***@thebonavitas.com> wrote in message
>>> news:1EE1653C-7D1A-4B51-B28E-FE6892EAD747@microsoft.com...
>>>> it is in the _private folder
>>>>
>>>> "Kathleen Anderson" <kander***@remove.mvps.org> wrote in message
>>>> news:eNujOLT6JHA.3592@TK2MSFTNGP02.phx.gbl...
>>>>> What folder is the logon.inc file in? Is '/logon/_private/logon.inc'
>>>>> correct? I've never seen a _private folder under a regular folder.
>>>>>
>>>>> --
>>>>>
>>>>> ~ Kathleen Anderson
>>>>> Microsoft MVP - FrontPage
>>>>> Spider Web Woman Designs
>>>>> Expression Web Resources: http://www.spiderwebwoman.com/xweb/
>>>>> Expression Web Wiki: http://expression-web-wiki.com/
>>>>> FrontPage Resources: http://www.spiderwebwoman.com/resources/
>>>>> Please reply to the newsgroup for the benefit of others
>>>>>
>>>>>
>>>>>
>>>>> "Nick" <doctore***@thebonavitas.com> wrote in message
>>>>> news:6B0C73D6-8A21-4413-A306-142A2EDC105D@microsoft.com...
>>>>>> Does any one know how to fix this error?
>>>>>>
>>>>>> Active Server Pages error 'ASP 0126'
>>>>>>
>>>>>> Include file not found
>>>>>>
>>>>>> /nick/passwordprotect.asp, line 2
>>>>>>
>>>>>> The include file '/logon/_private/logon.inc' was not found.
>>>>>
>>>>>
>>>>
>>>
>
Author
9 Jun 2009 10:11 PM
Nick
It is in the _private but I could send you a zip file.
<rleesteelenospam@comcast.net> wrote in message
Show quoteHide quote
news:%23qQ7QrU6JHA.5180@TK2MSFTNGP04.phx.gbl...
> Is the logon.inc in the root _private folder on the web server?  If not,
> publish it there.
>
> Lee Steele
>
> "Nick" <doctore***@thebonavitas.com> wrote in message
> news:2ABA7468-48F5-4ED5-9ABE-EA1074FDF813@microsoft.com...
>> Its still not working the error i got was
>> Active Server Pages error 'ASP 0126'
>>
>> Include file not found
>>
>> /nick/passwordprotect.asp, line 2
>>
>> The include file '/_private/logon.inc' was not found.
>> <rleesteelenospam@comcast.net> wrote in message
>> news:OC6hdGU6JHA.4464@TK2MSFTNGP06.phx.gbl...
>>>I use the same code to password protect my site, however, the code  does
>>>not have /logon/ in front of _private/logon.inc.  Here is the code I use:
>>> <% @language="vbscript" %>
>>> <!--#include virtual="/_private/logon.inc"-->
>>>
>>> Lee Steele
>>>
>>> "Nick" <doctore***@thebonavitas.com> wrote in message
>>> news:930DE8DA-EA2E-4AFB-8D33-1576C56B1031@microsoft.com...
>>>> In the code for that webpage to make it password protected is
>>>> <!--#include virtual="/logon/_private/logon.inc"--> i don't know if
>>>> that will help though.
>>>> "Nick" <doctore***@thebonavitas.com> wrote in message
>>>> news:1EE1653C-7D1A-4B51-B28E-FE6892EAD747@microsoft.com...
>>>>> it is in the _private folder
>>>>>
>>>>> "Kathleen Anderson" <kander***@remove.mvps.org> wrote in message
>>>>> news:eNujOLT6JHA.3592@TK2MSFTNGP02.phx.gbl...
>>>>>> What folder is the logon.inc file in? Is '/logon/_private/logon.inc'
>>>>>> correct? I've never seen a _private folder under a regular folder.
>>>>>>
>>>>>> --
>>>>>>
>>>>>> ~ Kathleen Anderson
>>>>>> Microsoft MVP - FrontPage
>>>>>> Spider Web Woman Designs
>>>>>> Expression Web Resources: http://www.spiderwebwoman.com/xweb/
>>>>>> Expression Web Wiki: http://expression-web-wiki.com/
>>>>>> FrontPage Resources: http://www.spiderwebwoman.com/resources/
>>>>>> Please reply to the newsgroup for the benefit of others
>>>>>>
>>>>>>
>>>>>>
>>>>>> "Nick" <doctore***@thebonavitas.com> wrote in message
>>>>>> news:6B0C73D6-8A21-4413-A306-142A2EDC105D@microsoft.com...
>>>>>>> Does any one know how to fix this error?
>>>>>>>
>>>>>>> Active Server Pages error 'ASP 0126'
>>>>>>>
>>>>>>> Include file not found
>>>>>>>
>>>>>>> /nick/passwordprotect.asp, line 2
>>>>>>>
>>>>>>> The include file '/logon/_private/logon.inc' was not found.
>>>>>>
>>>>>>
>>>>>
>>>>
>>
Author
9 Jun 2009 10:48 PM
rleesteelenospam
If your long.inc file is in the root _private folder, you need to change
this code
' Define the name of the users table.
  Const USERS_TABLE  = "tblUsers"
  ' Define the path to the logon page.
  Const LOGON_PAGE   = "/logon/logon.asp"
  ' Define the path to the logon database.
  Const MDB_URL      = "/logon/_private/logon.mdb"

to read

' Define the name of the users table.
  Const USERS_TABLE  = "tblUsers"
  ' Define the path to the logon page.
  Const LOGON_PAGE   = "/logon.asp"
  ' Define the path to the logon database.
  Const MDB_URL      = "/_private/logon.mdb"

and also make sure the logon.mdb data base is also in the root _private
folder.

Hope this helps.
Lee Steele

Show quoteHide quote
"Nick" <doctore***@thebonavitas.com> wrote in message
news:499A54C4-E674-4D71-ACB3-B7C36520C3AD@microsoft.com...
> It is in the _private but I could send you a zip file.
> <rleesteelenospam@comcast.net> wrote in message
> news:%23qQ7QrU6JHA.5180@TK2MSFTNGP04.phx.gbl...
>> Is the logon.inc in the root _private folder on the web server?  If not,
>> publish it there.
>>
>> Lee Steele
>>
>> "Nick" <doctore***@thebonavitas.com> wrote in message
>> news:2ABA7468-48F5-4ED5-9ABE-EA1074FDF813@microsoft.com...
>>> Its still not working the error i got was
>>> Active Server Pages error 'ASP 0126'
>>>
>>> Include file not found
>>>
>>> /nick/passwordprotect.asp, line 2
>>>
>>> The include file '/_private/logon.inc' was not found.
>>> <rleesteelenospam@comcast.net> wrote in message
>>> news:OC6hdGU6JHA.4464@TK2MSFTNGP06.phx.gbl...
>>>>I use the same code to password protect my site, however, the code  does
>>>>not have /logon/ in front of _private/logon.inc.  Here is the code I
>>>>use:
>>>> <% @language="vbscript" %>
>>>> <!--#include virtual="/_private/logon.inc"-->
>>>>
>>>> Lee Steele
>>>>
>>>> "Nick" <doctore***@thebonavitas.com> wrote in message
>>>> news:930DE8DA-EA2E-4AFB-8D33-1576C56B1031@microsoft.com...
>>>>> In the code for that webpage to make it password protected is
>>>>> <!--#include virtual="/logon/_private/logon.inc"--> i don't know if
>>>>> that will help though.
>>>>> "Nick" <doctore***@thebonavitas.com> wrote in message
>>>>> news:1EE1653C-7D1A-4B51-B28E-FE6892EAD747@microsoft.com...
>>>>>> it is in the _private folder
>>>>>>
>>>>>> "Kathleen Anderson" <kander***@remove.mvps.org> wrote in message
>>>>>> news:eNujOLT6JHA.3592@TK2MSFTNGP02.phx.gbl...
>>>>>>> What folder is the logon.inc file in? Is '/logon/_private/logon.inc'
>>>>>>> correct? I've never seen a _private folder under a regular folder.
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> ~ Kathleen Anderson
>>>>>>> Microsoft MVP - FrontPage
>>>>>>> Spider Web Woman Designs
>>>>>>> Expression Web Resources: http://www.spiderwebwoman.com/xweb/
>>>>>>> Expression Web Wiki: http://expression-web-wiki.com/
>>>>>>> FrontPage Resources: http://www.spiderwebwoman.com/resources/
>>>>>>> Please reply to the newsgroup for the benefit of others
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> "Nick" <doctore***@thebonavitas.com> wrote in message
>>>>>>> news:6B0C73D6-8A21-4413-A306-142A2EDC105D@microsoft.com...
>>>>>>>> Does any one know how to fix this error?
>>>>>>>>
>>>>>>>> Active Server Pages error 'ASP 0126'
>>>>>>>>
>>>>>>>> Include file not found
>>>>>>>>
>>>>>>>> /nick/passwordprotect.asp, line 2
>>>>>>>>
>>>>>>>> The include file '/logon/_private/logon.inc' was not found.
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>
>
Author
9 Jun 2009 11:17 PM
rleesteelenospam
Oops, "If your long.inc file is in the root _private folder, you need to
change"  should read  "If your logon.inc file is in the root _private
folder, you need to change "

<rleesteelenospam@comcast.net> wrote in message
Show quoteHide quote
news:e0KSzRV6JHA.3968@TK2MSFTNGP03.phx.gbl...
> If your long.inc file is in the root _private folder, you need to change
> this code
> ' Define the name of the users table.
>  Const USERS_TABLE  = "tblUsers"
>  ' Define the path to the logon page.
>  Const LOGON_PAGE   = "/logon/logon.asp"
>  ' Define the path to the logon database.
>  Const MDB_URL      = "/logon/_private/logon.mdb"
>
> to read
>
> ' Define the name of the users table.
>  Const USERS_TABLE  = "tblUsers"
>  ' Define the path to the logon page.
>  Const LOGON_PAGE   = "/logon.asp"
>  ' Define the path to the logon database.
>  Const MDB_URL      = "/_private/logon.mdb"
>
> and also make sure the logon.mdb data base is also in the root _private
> folder.
>
> Hope this helps.
> Lee Steele
>
> "Nick" <doctore***@thebonavitas.com> wrote in message
> news:499A54C4-E674-4D71-ACB3-B7C36520C3AD@microsoft.com...
>> It is in the _private but I could send you a zip file.
>> <rleesteelenospam@comcast.net> wrote in message
>> news:%23qQ7QrU6JHA.5180@TK2MSFTNGP04.phx.gbl...
>>> Is the logon.inc in the root _private folder on the web server?  If not,
>>> publish it there.
>>>
>>> Lee Steele
>>>
>>> "Nick" <doctore***@thebonavitas.com> wrote in message
>>> news:2ABA7468-48F5-4ED5-9ABE-EA1074FDF813@microsoft.com...
>>>> Its still not working the error i got was
>>>> Active Server Pages error 'ASP 0126'
>>>>
>>>> Include file not found
>>>>
>>>> /nick/passwordprotect.asp, line 2
>>>>
>>>> The include file '/_private/logon.inc' was not found.
>>>> <rleesteelenospam@comcast.net> wrote in message
>>>> news:OC6hdGU6JHA.4464@TK2MSFTNGP06.phx.gbl...
>>>>>I use the same code to password protect my site, however, the code
>>>>>does
>>>>>not have /logon/ in front of _private/logon.inc.  Here is the code I
>>>>>use:
>>>>> <% @language="vbscript" %>
>>>>> <!--#include virtual="/_private/logon.inc"-->
>>>>>
>>>>> Lee Steele
>>>>>
>>>>> "Nick" <doctore***@thebonavitas.com> wrote in message
>>>>> news:930DE8DA-EA2E-4AFB-8D33-1576C56B1031@microsoft.com...
>>>>>> In the code for that webpage to make it password protected is
>>>>>> <!--#include virtual="/logon/_private/logon.inc"--> i don't know if
>>>>>> that will help though.
>>>>>> "Nick" <doctore***@thebonavitas.com> wrote in message
>>>>>> news:1EE1653C-7D1A-4B51-B28E-FE6892EAD747@microsoft.com...
>>>>>>> it is in the _private folder
>>>>>>>
>>>>>>> "Kathleen Anderson" <kander***@remove.mvps.org> wrote in message
>>>>>>> news:eNujOLT6JHA.3592@TK2MSFTNGP02.phx.gbl...
>>>>>>>> What folder is the logon.inc file in? Is
>>>>>>>> '/logon/_private/logon.inc'
>>>>>>>> correct? I've never seen a _private folder under a regular folder.
>>>>>>>>
>>>>>>>> --
>>>>>>>>
>>>>>>>> ~ Kathleen Anderson
>>>>>>>> Microsoft MVP - FrontPage
>>>>>>>> Spider Web Woman Designs
>>>>>>>> Expression Web Resources: http://www.spiderwebwoman.com/xweb/
>>>>>>>> Expression Web Wiki: http://expression-web-wiki.com/
>>>>>>>> FrontPage Resources: http://www.spiderwebwoman.com/resources/
>>>>>>>> Please reply to the newsgroup for the benefit of others
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> "Nick" <doctore***@thebonavitas.com> wrote in message
>>>>>>>> news:6B0C73D6-8A21-4413-A306-142A2EDC105D@microsoft.com...
>>>>>>>>> Does any one know how to fix this error?
>>>>>>>>>
>>>>>>>>> Active Server Pages error 'ASP 0126'
>>>>>>>>>
>>>>>>>>> Include file not found
>>>>>>>>>
>>>>>>>>> /nick/passwordprotect.asp, line 2
>>>>>>>>>
>>>>>>>>> The include file '/logon/_private/logon.inc' was not found.
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>
>>

Bookmark and Share