ASP Form Page Not Displayed With MS Access DB

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a simple form in FrontPage 2000 that links to a MS Access 2000
DB. When I try to access the page in IE 6.1 I get the old HTTP 500 "The page
can not be displayed message". Web is hosted on a Windows 2000 server with
FrontPage extentions installed.
 
Hi,
First we need to see whats really going wrong - in IE go Tools - Internet
Options - Advanced - Uncheck "Show Friendly Error Messages" then view your
page again and post up the exact message you get.
 
Actual error message is:
Active Server Pages error 'ASP 0131'

Disallowed Parent Path

/MIS_Requests/misrequest.asp, line 116

The Include file '../_fpclass/fpdbform.inc' cannot contain '..' to indicate
the parent directory.
 
The web host must enable Parent Path your account.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
I got the form to display in IE OK. Now the MS Access 2000 datbase doesn't
update when I hit the submit button. The button is programed to be a "submit"
button.
 
Back
Top