Made a package using kpm pack Tried to configure IIS7 in classic pipeline mode
I keep getting
HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory.
Already tried
- add aspnet_isapi.dll to the
web.config/system.webServer/handlers - add
runAllManagedModulesForAllRequests="true" for the web.config/system.webServer/handlers
All aspnet_isapi.dll in ISAPI and CGI restrictions are allowed
Is it possible to use the vNext ASP.NET application in the framework of the classic IIS mode?
source share