Server error in ASP.Net

  • Thread starter Thread starter avl
  • Start date Start date
A

avl

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="webapp10.aspx.cs" AutoEventWireup="false"
Inherits="web.webapp10" %>
Line 2: <html>
Line 3:


Source File: c:\inetpub\wwwroot\webapp10.aspx Line: 1
 
Back
Top