login.aspx generates the following error on load
this file worked great for over 2 years
problems with Godaddy forced us to create a new account IIS6 ASP 1.1 whiched matched the original hosting environment
However now after the migration this file gererates this error
Any Ideas why this parsing error is generated?
Thanks Slowhandman
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 load type 'HopeCounseling Web.login'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup ="false" MasterPageFile= "~/Main.Master" CodeBehind="log in.aspx.vb" Inherits="HopeC ounselingWeb.lo gin"
Line 2: title="Login" %>
Line 3: <asp:Content ID="Content1" ContentPlaceHol derID="ContentP laceHolder2" runat="server">
Source File: d:\hosting\hope design\login.as px Line: 1
Version Information: Microsoft .NET Framework Version:1.1.432 2.2443; ASP.NET Version:1.1.432 2.2407
this file worked great for over 2 years
problems with Godaddy forced us to create a new account IIS6 ASP 1.1 whiched matched the original hosting environment
However now after the migration this file gererates this error
Any Ideas why this parsing error is generated?
Thanks Slowhandman
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 load type 'HopeCounseling Web.login'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup ="false" MasterPageFile= "~/Main.Master" CodeBehind="log in.aspx.vb" Inherits="HopeC ounselingWeb.lo gin"
Line 2: title="Login" %>
Line 3: <asp:Content ID="Content1" ContentPlaceHol derID="ContentP laceHolder2" runat="server">
Source File: d:\hosting\hope design\login.as px Line: 1
Version Information: Microsoft .NET Framework Version:1.1.432 2.2443; ASP.NET Version:1.1.432 2.2407
Comment