求助IIS设置问题——高分求助

自然框架 2004-08-20 06:02:37
我和服务器上有一个asp.net的网站。运行都很正常,可是我重作系统后这个网站就不能访问了,提示下面的错误。同一个服务器里的其他的asp.net的网站都能正常访问,请问这是怎么回事,应该怎么解救。谢谢。如能解决给加100分

Server Error in '/' Application.
--------------------------------------------------------------------------------

An error occurred while try to load the string resources (GetModuleHandle failed with error 126).
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: An error occurred while try to load the string resources (GetModuleHandle failed with error 126).

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

<%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:


[HttpException (0x80004005): An error occurred while try to load the string resources (GetModuleHandle failed with error 126).]
System.Web.StringResourceManager.ReadStringResource(Type t) +367
System.Web.UI.TemplateControl.ReadStringResource(Type t) +6
ASP.index_aspx..ctor()

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeType.CreateInstanceImpl(Boolean publicOnly) +0
System.Activator.CreateInstance(Type type, Boolean nonPublic) +66
System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +277
System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +109
System.Web.UI.TemplateControlParser.GetCompiledInstance(String virtualPath, String inputFile, HttpContext context) +175

[HttpException (0x80004005): Failed to create page of type 'ASP.index_aspx'.]
System.Web.UI.TemplateControlParser.GetCompiledInstance(String virtualPath, String inputFile, HttpContext context) +349
System.Web.UI.PageParser.GetCompiledPageInstance(String virtualPath, String inputFile, HttpContext context) +43
System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String path) +14
System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, String path, String pathTranslated, Boolean useAppConfig) +174
System.Web.MapHandlerExecutionStep.Execute() +77
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +173




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET Version:1.0.3705.288
...全文
172 13 打赏 收藏 转发到动态 举报
写回复
用AI写文章
13 条回复
切换为时间正序
请发表友善的回复…
发表回复
自然框架 2004-08-22
  • 打赏
  • 举报
回复
谢谢大家的帮忙,已经给大家加分了.
ycc2008(皮皮) 、zhpsam109(孤寂无边) 帮忙找答案非常感谢给50分。

极客行天下 2004-08-20
  • 打赏
  • 举报
回复
Up
iewin 2004-08-20
  • 打赏
  • 举报
回复
up
beibeilong 2004-08-20
  • 打赏
  • 举报
回复
原来是这样啊
心雨楼 2004-08-20
  • 打赏
  • 举报
回复
给分
zhpsam109 2004-08-20
  • 打赏
  • 举报
回复
http://support.microsoft.com/default.aspx?scid=kb;zh-cn;823379
tingpig 2004-08-20
  • 打赏
  • 举报
回复
呵呵。
恭喜楼主了。
myxs 2004-08-20
  • 打赏
  • 举报
回复
接分
outspaceman 2004-08-20
  • 打赏
  • 举报
回复
可不可以也接点分。呵呵
kanshangren 2004-08-20
  • 打赏
  • 举报
回复
呵呵,接分
ycc2008 2004-08-20
  • 打赏
  • 举报
回复

恭喜了,刚给你找答案。。。
自然框架 2004-08-20
  • 打赏
  • 举报
回复
已经解决了
是web.config里面的字符编码的问题。
改成utf-8就好了。

谢谢大家关心。
realljx 2004-08-20
  • 打赏
  • 举报
回复
up
随着通信电子技术的迅速发展,信息技术给家居行业产生了深远的影响,家居环境的智能化监控已经成为智能家居的一个重要的发展方向。人们逐渐对自己的生活提出一种更高的要求,他们需要一种智能化、可交互,并且融合现代创新科技的产品来改善他们的生活环境,使他们生活更加安全、舒适、便捷、智能。本文根据智能家居的发展背景和研究现状,并且从实用性和可行性角度出发,研究设计了一种基于STM32单片机的智能家居系统。该系统由一个多功能综合的技术系统组成,各个多功能子系统间具有协同配合能力。基于STM32单片机实现的功能子系统包括:智能温度检测,智能湿度检测,智能烟雾/火灾检测智能检测,无线传输,人机交互机构,风扇调节,报警模块。 整个系统分为前端51单片机采集板和后端STM32单片机接收板。 采集板使用DHT11温湿度传感器、MQ烟雾传感器完成室内家居环境的采集。然后通过nRFL24L01将采集到的数据发送给后端。接收板使用LCD1602完成数据显示、使用蜂鸣器模块报警,使用风扇驱动模块调节室内家居环境。本文完成了智能家居控制系统前端、后端软硬件的设计,使用Altium designer绘制了电路原理图,使用Keil C完成了51单片机和STM32单片机的编程与调试。 最后,对本文设计的基于STM32的智能家居控制系统进行部署调试。试验结果表明,该系统可成功应用在智能家居环境检测调节和火灾安全防护的领域,可提高家居生活智能化水平。

62,271

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术交流专区
javascript云原生 企业社区
社区管理员
  • ASP.NET
  • .Net开发者社区
  • R小R
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

.NET 社区是一个围绕开源 .NET 的开放、热情、创新、包容的技术社区。社区致力于为广大 .NET 爱好者提供一个良好的知识共享、协同互助的 .NET 技术交流环境。我们尊重不同意见,支持健康理性的辩论和互动,反对歧视和攻击。

希望和大家一起共同营造一个活跃、友好的社区氛围。

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