l_qingquan - 2012/3/28 14:30:00
<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="Business" value="0" />
<add key="License" value="" />
<add key="Url" value="218.85.134.190" />
<add key="UrlRewrite" value="0" />
<add key="DbType" value="0" />
<add key="DBPath" value="/database/company_3.mdb" />
<add key="SqlConnection" value="Provider=SQLOLEDB;Data Source=127.0.0.1;Initial Catalog=sql_data;User ID=sql_user;Password=sql_password" />
<add key="Language" value="cn" />
<add key="ManageDirectory" value="/master/" />
<add key="Version" value="V2.1 20100324" />
</appSettings>
<system.web>
<httpModules>
</httpModules>
<pages validateRequest="false" enableEventValidation="false" enableViewStateMac="false" viewStateEncryptionMode="Never" />
<compilation defaultLanguage="C#" debug="false" />
<authentication mode="Forms" />
<customErrors mode="Off">
<error statusCode="404" redirect="/error404.html" />
</customErrors>
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />
</system.web>
</configuration>
l_qingquan - 2012/3/28 14:51:00
登陆后台管理时出现错误,如下:
Server Error in '/' Application.
--------------------------------------------------------------------------------
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /master/login.aspx
xiyou - 2012/3/28 15:11:00
The resource cannot be found.
这个错误时找不到文件,很大可能是你iis站点没有配置好
l_qingquan - 2012/3/28 15:12:00
行了,是我自己太大意。谢谢。