|
| Hi All,
I cannot seem to write to any databases (Access or SQL) using the FrontPage
2003 database wizard. The site publishes OK to a Windows 2003 Server with
Server Extensions 2002 installed. When I call the submission form, I get an
error on the server that says:
=================
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.
Parser Error Message: Could not find a part of the path
"K:\Decision\Webs\Leads\_fpclass\fpdbnet.cs".
Source Error:
Line 1: <!--_lcid="1033" _version="5024" _dal="na"-->
Line 2: <!--_LocalBinding-->
Line 3: <%@ Page
inherits="Microsoft.Office.FrontPage.DBInterface.DBInterfacePage"
Src="../../../_fpclass/fpdbnet.cs" Language="C#" debug = true%>
Line 4: <%@ Register TagPrefix="FPDB" TagName="DBRegion"
Src="../../../_fpClass/dbregion.ascx"%>
Line 5: <%@ Import NameSpace="System.Data"%>
Source File:
K:\Decision\Webs\Leads\database1_interfa
ce\Results\editor\submission_form.aspx Line: 3
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032
=======================
So, what gives? I'm using FP 2003 on XP, Microsoft .Net Framework 1.1 on the
development machine and Windows 2003 Server with FrontPage 2002 extensions
installed with IIS 6.0.
My guess is that the server can't find the necessary asp.net classes. For
some reason, I don't see the fpclass directory within the FrontPage web. I
did select show hidden directories and files in FP. The fpclass directory is
on my machine within the Office11 folder. Are these files supposed to be
published by FrontPage to the IIS Server Web? Should I be able to see these
directories in the FP webs I create?
Thanks in advance for any assistance.
|
|