up vote 0 down vote favorite
share [g+] share [fb]

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

link|improve this question

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

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

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ.

Browse other questions tagged or ask your own question.