aspx_beginners thread: Problem with File.
I have developed this page on my personal machine, then copied it up to
the server (copying just the files needed to run). I works fine on my
machine but is complaining on the server.
Parser Error Message: Could not load type
'PersonalWeb.PolicyAcceptance'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="PolicyAcceptance.aspx.vb"
Inherits="PersonalWeb.PolicyAcceptance"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>
This file was recreated from scratch and works fine on the local
machine.
This page is in another folder underneath the main web and the file is
there, I've even opened up all permissions on file to eliminate
permission problems.
The question: When this file is in a folder below the main web, is the
line "Inherits="PersonalWeb.PolicyAcceptance" correct? It seems to me
that the Inherits line should be inheriting from a file in the same
folder. Am I thinking this correctly?
Hope this is clear.
Thanks,
Joey Brenn