dfdsfa123 2014-05-16 07:46 采纳率: 0%
浏览 2097

Asp.net Server Error in '/' Application. 在本地没问题,传空间报这个问题!

报的错误! 困扰我俩天了! 还没有解决! 有没有有经验的帮小弟一下!!!
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 tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".





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 configuration tag to point to a custom error page URL.





这是我的配置!

<?xml version="1.0"?>








<!--
通过 节可以配置
安全身份验证模式,ASP.NET
使用该模式来识别来访用户身份。
-->

<!--
如果在执行请求的过程中出现未处理的错误,
则通过 节
可以配置相应的处理步骤。具体而言,
开发人员通过该节可配置要显示的 html 错误页,
以代替错误堆栈跟踪。
-->


  </httpHandlers>
  <globalization requestEncoding="GB2312" responseEncoding="GB2312" uiCulture="zh-CN"   culture="zh-CN" fileEncoding="GB2312" />
</system.web>

求帮助啊!!!!! 急疯了!

  • 写回答

1条回答 默认 最新

  • feiyun0112 2014-05-16 08:20
    关注

    web.config加上



    评论

报告相同问题?

悬赏问题

  • ¥15 深度学习根据CNN网络模型,搭建BP模型并训练MNIST数据集
  • ¥15 lammps拉伸应力应变曲线分析
  • ¥15 C++ 头文件/宏冲突问题解决
  • ¥15 用comsol模拟大气湍流通过底部加热(温度不同)的腔体
  • ¥50 安卓adb backup备份子用户应用数据失败
  • ¥20 有人能用聚类分析帮我分析一下文本内容嘛
  • ¥15 请问Lammps做复合材料拉伸模拟,应力应变曲线问题
  • ¥30 python代码,帮调试,帮帮忙吧
  • ¥15 #MATLAB仿真#车辆换道路径规划
  • ¥15 java 操作 elasticsearch 8.1 实现 索引的重建