ASP.NET 2.0, Trouble again

Event:
aspnet_wp.exe  (PID: 2128) stopped unexpectedly.

Failed to execute the request because the ASP.NET process identity does not have read permissions to the global assembly cache. Error: 0x80131902 

Failed to initialize the AppDomain:/LM/W3SVC/8/Root

Exception: System.Configuration.ConfigurationErrorsException
Message: Exception of type 'System.Configuration.ConfigurationErrorsException' was thrown.
StackTrace:    at System.Web.Configuration.ErrorRuntimeConfig.ErrorConfigRecord.System.Configuration.Internal.IInternalConfigRecord.GetLkgSection(String configKey)
   at System.Web.Configuration.RuntimeConfigLKG.GetSectionObject(String sectionName)
   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)
   at System.Web.Configuration.RuntimeConfig.get_HostingEnvironment()
   at System.Web.Hosting.HostingEnvironment.StartMonitoringForIdleTimeout()
   at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)

今天再一次被ASP.NET迷惑了。
服务器是Win2kServer,已经装有.net framework1.1.4322并运行正常,目前装上.net framework2.0.50727,运行时产生Server Application Unavailable错误。The web application you are attempting to access on this web server is currently unavailable.Please hit the "Refresh" button in your web browser to retry your request.真是搞不懂了。

posted @ 2006-07-31 18:40 Shiny Zhu 阅读(1006) 评论(3)  编辑 收藏 所属分类: ASP.NET

  回复  引用    
#1楼 2006-08-03 20:43 | Codeflag [未注册用户]
1、看看全局缓存设置的Network Service的权限。
2、看看网站的ASP .NET设置是不是1.1。
  回复  引用  查看    
#2楼 2006-08-06 15:21 | 畅想自由      
这种情况我也遇见过,当时真是急得要死,居然重新装了好几次.net框架,还是不管用。最后发现是.net2.0框架所在文件夹的权限太高不允许客户端访问造成的。最后修改了权限,添加了everyone后,问题解决。
你可以试试。。
  回复  引用  查看    
#3楼 [楼主]2006-08-22 11:01 | 鹰,翔雪宇      
已经确认是权限问题。而且由于是win2k系统。鼓捣了很久没能解决。现在换成了win2003。全新安装。就一切OK了。:)谢谢大家。嘿嘿。

标题  
姓名  
主页
Email (只有博主才能看到) 
验证码 *  看不清,换一张 [登录][注册]
内容(请不要发表任何与政治相关的内容)  
  登录  使用高级评论  新用户注册  返回页首  恢复上次提交      


相关链接: