产品使用及交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

我的网站出毛病了 因为换空间换的 请高手和版主帮看下什么原因 [复制链接]

1#
Server Error in '/' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>


这就是现在 打开主页 显示的内用  · ·· · 请告诉我i如何解决呀·
分享 转发
TOP
2#

Server Error in '/' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>


又出现这个问题了扫兴呀·····
TOP
3#

回复 4# xiyou 的帖子

版主 我是商业版本用户· 我非常喜欢咱这个程序··

但是 我现在使用的是国外空间 主要是因为国内需要备案 麻烦···

国外空间不稳定他们老是给我换空间· 一换空间就出问题··

我买了商业版本· · 转了sq的数据库 不是acc的了· ·

我现在想改回 acc的· ·· ·  当时购买商业版主要原因是 为了解决 acc数据库暴涨的原因···

不知道最新的版本 acc数据库暴涨问题解决了吗·?  如果解决了· · 我由SQ数据库怎么转会acc呢·?

转会acc的主要原因是·为了 备份方便 换空间 我只传空间文件就好了·····

请版主解答··
TOP
发新话题 回复该主题