2

该网站自 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>
4

1 回答 1

0

我没有做任何新的事情,它已修复我认为托管服务器的 IIS 必须更改一些设置,以便将我的网站文件夹添加为应用程序。

所以无事可做就解决了

于 2012-12-24T09:34:43.747 回答