vote up 0 vote down star

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

flag

50% accept rate
exact duplicate: stackoverflow.com/questions/721273/… – mouviciel Apr 6 at 13:02
@Andy, please adapt original question, and do not post the same question again. – Gamecat Apr 6 at 13:12

closed as exact duplicate by mouviciel, Gamecat, Jason Baker, Michael Haren, Cerebrus Apr 6 at 13:14

Browse other questions tagged or ask your own question.