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: 'Seed_Planting.Login'
I am suffering from below error
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:'Seed_Planting.Login' is not allowed here because it does not extend class 'System.Web.UI.Page'. Source Error:
|Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Login.aspx.cs" Inherits="Seed_Planting.Login" %>
Line 2:
Line 3: <!DOCTYPE html>|
| -------- |
|Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Login.aspx.cs" Inherits="Seed_Planting.Login" %> Line 2: Line 3: <!DOCTYPE html>
|