PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

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>
分享 转发
TOP
2#

哪位大师帮忙看下
TOP
3#

哪位大师帮忙看下
TOP
4#

.net版本低了,把进程池的.net版本改为4.0,参考:http://www.pageadmin.net/help/53.cshtml

如果虚拟主机找主机商解决
TOP
5#

谢谢管理员
TOP
6#

http://aluminumnitride.top/Initialization/Install
哪位可以帮忙看看啊,弄了半个月,问题解决不了,安装不了
TOP
7#

主机必须支持asp.net mvc,要不只能换主机商,要么换程序
TOP
8#

主机确定是支持asp.net
TOP
9#
TOP
10#

可以再帮忙看看吗,主机商说支持mvc4 mvc5
TOP
11#

应该是服务器的信任级别太低了
让服务器公司把asp.net的配置改为full
<trust level="Full" />
你的服务器是什么系统?
TOP
12#

按照你的方法,现在终于安装成功,谢谢
不过进入后台的时候
登录信息都填的正确,点登录,显示

本次提交已经失效,请刷新页面重新提交!

也就是后台进不去
TOP
发新话题 回复该主题