Click here to Skip to main content
15,905,875 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When i Run my Application in Hosting server i get this Error. i am unable to find the solution, Can Any one Help this Issue.

Error is:-

XML
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 'Page'.

Source Error:


Line 1:  <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Page.aspx.cs" Inherits="Page" %>
Line 2:
Line 3:  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Posted
Updated 18-Mar-15 22:03pm
v2

 
Share this answer
 
Change :

CodeBehind="TestCert.aspx.cs" to CodeFile="TestCert.aspx.cs"
 
Share this answer
 
Comments
[no name] 19-Mar-15 5:03am    
Already i try this ,its not working.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900