图说天下      
欢迎 游客 , 注册 | 登录 | 会员 | 界面 | 简洁版本 | 在线 | 帮助
图说天下论坛

发表新主题 回复该主题
本主题被查看610次, 共4个帖子, 1页, 当前为第1页     选择页数: 1      跳转到第   上一主题   下一主题
标题: 报告:
新手上路
精华: 0
帖子: 11
注册: 2004年12月04日
状态: 离线
只看楼主 2008-04-17 23:25
报告:
管理工具--修改影集信息--重新设定影集封面图片---点确定提交后出现错误“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>
#1  
新手上路
精华: 0
帖子: 11
注册: 2004年12月04日
状态: 离线
只看楼主 2008-04-21 20:49
回复:报告:
报告版主,现在还是不能修改影集。
#2  
管理员
精华: 0
帖子: 12
注册: 2006年08月25日
状态: 离线
2008-08-27 15:19
回复:报告:
新版发布以后就可以了。再坚持一段时间。抱歉
#3  
新手上路
精华: 0
帖子: 11
注册: 2004年12月04日
状态: 离线
只看楼主 2008-09-05 21:15
回复:报告:
再报告一下:论坛里用户名在不同的地方有不同的显示
比如:首页版主名字是中文,进到论坛里版主的名字是英文的
再比如:发言人的名字是中文,引用后在引用里发言人的名字是英文的。
不知道这个算不算问题。
#4  
发表新主题 回复该主题
本主题被查看610次, 共4个帖子, 1页, 当前为第1页     选择页数: 1      跳转到第







现在的时间是 2008-09-07 21:49:33

版权所有 图说天下  
         Powered by Discuz!NT 1.0.6666    Copyright © 2001-2008 Comsenz Inc.
Processed in 0.592 seconds