Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
i have upladed a website on server and when i try to access it through browser the following error generates
is there anyone can help me?
thanx in advance
:doh:
here is the link one can check it
http://naseerbaloch.brinkster.net/[^]


MSIL
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 the assembly 'App_Web_default.aspx.cdcab7d2'. Make sure that it is compiled before accessing the page.

Source Error:


Line 1:  <%@ page language="C#" autoeventwireup="true" inherits="_Default, App_Web_default.aspx.cdcab7d2" %>
Line 2:
Line 3:  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


Source File: /n/a/s/naseerbaloch/Default.aspx    Line: 1


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3618
Posted

There can be one of the few reasons for it.
Have a look at this article that explains all the reasons and the way you can resolve it: Parser Error: Could not load type… : Reasons and resolutions[^]
 
Share this answer
 
thanx to all of you.
the problem was from server side sever was not properly supporting asp.net sites and sql server, and when i uploaded it on an other sever it is working properly .

Regards !
 
Share this answer
 

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