Hi after much reading on the error, i have had no luck trying many things. I'm using VS2005 to create the project, it now on a test server, and when i view the home page i'm getting:
Now i do have another file on the site and its works fine, this is what it has:
any suggestions, iis is set correctly and both login.aspx and memberLogin.aspx are built in the same .net version.
Code:
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 'WebApplication1.member_area.MemberLogin'.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MemberLogin.aspx.cs" Inherits="WebApplication1.member_area.MemberLogin" %>
Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
Source File: /member-area/Login.aspx Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
Now i do have another file on the site and its works fine, this is what it has:
Code:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Login.aspx.cs" Inherits="WebApplication1.member_area.Login" %>
any suggestions, iis is set correctly and both login.aspx and memberLogin.aspx are built in the same .net version.