Hi friends,
I have some question about asp publish web site
I was create web site using asp.net 2.0 with backend as c#.net
then i publish that web site & give published files to the web server who host my web site on internet...then i access my file via browser,there is a error message appear like this.
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_pc4ijole'. Make sure that it is compiled before accessing the page.

Source Error

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

what am i do.. Please help me ........ :D

Recommended Answers

All 2 Replies

Make sure your server is using the correct version of ASP :) is this an IIS server?

Also do you have access to the server it self?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.