我们在生产站点上有一个问题,它抛出了500错误。当我检查‘事件查看器’时,我看到下面的错误记录:-
找不到来自源Microsoft-Windows-IIS-IISManager的事件ID 11的描述。引发此事件的组件未安装在本地计算机上,或者安装已损坏。您可以在本地计算机上安装或修复该组件。
如果事件源自另一台计算机,则必须将显示信息与事件一起保存。
以下信息包含在活动中:
IISMANAGER_MODULE_INITIALIZATION_THREW_EXCEPTION
The Initialize method for module "Microsoft.Web.Management.WebFarm.WebFarmModule, Microsoft.Web.Management.WebFarmClient, Version=7.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" of type "WebFarmFramework" threw an exception.
Exception:System.IO.FileNotFoundException: Could not find file 'Microsoft.Web.Management.WebFarmClient.resources'.
at System.Reflection.RuntimeAssembly.InternalGetSatelliteAssembly(String name, CultureInfo culture, Version version, Boolean throwOnFileNotFound, StackCrawlMark& stackMark)
at System.Resources.ManifestBasedResourceGroveler.GetSatelliteAssembly(CultureInfo lookForCulture, StackCrawlMark& stackMark)
at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.GetString(String name, CultureInfo culture)
at Microsoft.Web.Management.WebFarm.WebFarmModule.Initialize(IServiceProvider serviceProvider, ModuleInfo moduleInfo)
at Microsoft.Web.Management.Client.Connection.Initialize(WebManagementInfo webManagementInfo)
Process:InetMgr
版本详情为:- IIS versoin 8.5.9600 ARR 3.0.1750 WebFarm框架: 1.1.0490
我尝试在服务器上重新安装ARR模块,但即使在安装后也看不到IIS中的“服务器场”节点。
有人能帮帮忙吗?
谢谢
发布于 2017-10-14 05:12:32
异常似乎意味着模块没有正确安装。您可以通过Web平台安装程序进行安装,或者,如果您的安装程序已损坏,请在已知良好的安装中找到该文件并将其复制过来。
在内存中,模块位于C:\windows\system32\inetsrv
https://stackoverflow.com/questions/46705808
复制相似问题