八达网

标题: 管理员们:请问为什么我不能登陆菠菜了???我把cookie都清了 [打印本页]

作者: milansheva    时间: 2008-4-18 21:00
标题: 管理员们:请问为什么我不能登陆菠菜了???我把cookie都清了
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>


作者: milansheva    时间: 2008-4-18 21:56
悲剧。
作者: 寶時桔    时间: 2008-4-18 21:57
我也这样 所以就不菠菜了
作者: PenGLu    时间: 2008-4-18 21:57
SYP现场解答
作者: milansheva    时间: 2008-4-19 08:15
过了一晚上,顶起来等待奇迹出现,貌似不是我一个人有这问题




欢迎光临 八达网 (https://www.8-da.com/) Powered by Discuz! X2.5