服务器上有一个网站,在网站里新建了个文件夹,然后把一个小网站放到那个文件夹里,输入路径后显示:
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_3bfilfor'. Make sure that it is compiled before accessing the page.Source Error: 
Line 1:  <%@ page language="C#" autoeventwireup="true" validaterequest="false" inherits="index, App_Web_3bfilfor" %>
Line 2:  
Line 3:  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
不知道什么原因