ASP.NET: HTTP Error 500.19 – Internal Server Error 0x8007000d

后端 未结 14 883

I am replicating web application deployment and found several issues related to HTTP Error 500.19. My machine is running Windows 7 while the wo

14条回答
  •  天命终不由人
    2020-11-28 05:42

    Problem solved. Here are the steps that I tried:

    • Enable the 32-bit application in IIS -> Application pool -> Advanced settings
    • Copy System.EnterpriseServices.dll and System.EnterpriseServices.Wrapper.dll from C:\Windows\Microsoft.NET\Framework\v2.0.50727 to the application bin folder
    • Do comments/uncomments to sections on the web.config and found that problem related to the referenced DLL.

    The config that I commented the previous one that I added:

    • Add the required FasterFlect.DLL used by Combres.DLL v2.1.0.0 to the application bin folder (shall download the full zip from Combres codeplex, because the required fasterflect DLL V2.0.3732.24338 cannot be found in fasterflect codeplex) and other DLLs. For convinience, use the full Combres.DLL (1,3MB)
    • Check that the DLL versions and public key tokens are configured correctly in web.config using tool, e.g. .NET Reflector

提交回复
热议问题