2

I'm trying to run an application (which used to work on another iis)

1) All permissions for writing / reading I gave to all users

2) All services from the section "Application Development Features" I installed

3) When I start the application: > dotnet AppName.dll , It launches and works enter image description here

But through the server IIS it does not start. This is what the IIS says: HTTP 500.19 — Internal Server Error

Module nbsp; IIS Web Core

Notification Unknown

Handler Not yet determined

Error Code 0x8007000d

Config Error

Config File \?\C:\inetpub\MyServices\ContractNET\web.config

Setting the source:

   -1: 
    0: 
Rob
  • 26,989
  • 16
  • 82
  • 98
Vas Mil
  • 605
  • 1
  • 8
  • 21
  • 2
    We need more information about your configuration of IIS. – Greg Apr 16 '18 at 15:14
  • https://www.jexusmanager.com/en/latest/tutorials/oob-500.html – Lex Li Apr 16 '18 at 19:12
  • 6
    You have to install the "Hosting Bundle Installer". Without this, IIS doesn't understand routing and cannot host your application. Go to microsoft site "https://www.microsoft.com/net/download/dotnet-core/runtime-2.1.0-rc1" and install "Hosting Bundle Installer": Before installing this you have to install the right version of runtime: https://www.microsoft.com/net/download/dotnet-core/runtime-2.1.0-rc1 Than install the right version of "Hosting Bundle Installer". – Sadjad Khazaie May 21 '18 at 11:43

0 Answers0