高分求救!!!在线等用!

xiuzhu319 2005-06-04 05:01:32
弄了一个网站,打开页面的时候出现如下错误,不能登陆.这是怎么回事?咋弄呢?

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>

...全文
71 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
lovefan666 2005-06-04
  • 打赏
  • 举报
回复
IISConfig文件配置错误,很难找出毛病,建议你重装IIS,这样快点,要想找出问题出在哪里,那可就费事了。
danis_cn 2005-06-04
  • 打赏
  • 举报
回复
Config文件配置出错,

不过你是不是发错地方了!
高分项目,电子设计项目,基于Cortex-M3+ZigBee+CAN总线开发的智能井下预警及求救系统,内含完整源码+项目论文 近几年,国内矿难事故频发。每一起事故的发生都是那么的触目惊心。煤矿安全事故问题存在很久了,已经造成太多人员的伤亡,根据国家安全生产监督管理总局的统计, 2010年,全国发生煤矿安全事故1403起,死亡2433人。2011年,全国发生煤矿安全事故1201起,死亡1973人。我国矿难的死亡人数占全球矿难死亡人数的80%左右。据以上数据,可以较清楚的看到一直以来频发的矿难是困扰我国安全生产的重大问题。对于作为大学生的我们,应该加强这方面的科技研究。煤矿安全事故中,瓦斯爆炸占了很大的一部分。瓦斯突出问题在我国至今没有得到根本解决,往往是出了事故,处理完了就完了,并没有真正分析事故原因,防止类似事故重复发生。 为了工人的生命安全,降低死亡率,我们针对瓦斯爆炸做了具体的分析,找出瓦斯爆炸的原因,分析这些原因,从而得到具体的方案。 “瓦斯”是一种有毒的混合气体,主要含有甲烷和一氧化碳两种气体,常产生在矿井之中,如遇明火,即可燃烧,发生“瓦斯”爆炸。瓦斯爆炸产生的高温高压,

28,405

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧