|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
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. 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. -- Show quoteHide quote~ 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. 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. > > 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. >> >> > 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. >>> >>> >> > 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. >>>> >>>> >>> >> 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. >>>>> >>>>> >>>> >>> > 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. >>>>> >>>>> >>>> >>> > 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. >>>>>> >>>>>> >>>>> >>>> >> 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. >>>>>>> >>>>>>> >>>>>> >>>>> >>> > 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. >>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>> >>
Other interesting topics
FonrtPage no longer prompts for Username/Password
How to password protect Form web pages DBRW generating ADODB.Command error '800a0cc1' make mp3 work across all browsers Item ID from page carried over to Form Should "My Web Sites" be a Web site itself? FP2003 cell formating corners and shadows Return Partial WebPage Only How to create an e-mail account using frontpage ? Can not post to access database from a .asp page |
|||||||||||||||||||||||