views:

52

answers:

0

Duplicate: why do i get a parser error when trying to access the asp password recovery page

When i try to access the page where my asp password recovery form is i am getting this 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 'RugbyClubWebApplication.ForgotPassword'.

Source Error:

Line 1:  <%@ Page Language="C#" MasterPageFile="~/SubMaster.Master"     AutoEventWireup="true" CodeBehind="ForgotPassword.aspx.cs"     Inherits="RugbyClubWebApplication.ForgotPassword" Title="Untitled Page" %>
Line 2:  <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
Line 3:  </asp:Content>

Source File: /Rugby/ForgotPassword.aspx Line: 1