I'm getting the following error when I'm running my aspx
page.Could anyone please figur out the mistake
Server Error in '/' Application.
-----------------------------------------------------------
---------------------
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 'web.webapp10'.
Source Error:
Line 1: <%@ Page language="c#"
Codebehind="web app10.aspx.cs" AutoEventWireup ="false"
Inherits="web.w ebapp10" %>
Line 2: <html>
Line 3:
Source File: c:\inetpub\wwwr oot\webapp10.as px Line: 1
-----------------------------------------------------------
---------------------
Version Information: Microsoft .NET Framework
Version:1.0.370 5.0; ASP.NET Version:1.0.370 5.0
page.Could anyone please figur out the mistake
Server Error in '/' Application.
-----------------------------------------------------------
---------------------
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 'web.webapp10'.
Source Error:
Line 1: <%@ Page language="c#"
Codebehind="web app10.aspx.cs" AutoEventWireup ="false"
Inherits="web.w ebapp10" %>
Line 2: <html>
Line 3:
Source File: c:\inetpub\wwwr oot\webapp10.as px Line: 1
-----------------------------------------------------------
---------------------
Version Information: Microsoft .NET Framework
Version:1.0.370 5.0; ASP.NET Version:1.0.370 5.0
Comment