Running with some issues with IIS deployment for a py framework using "httpPlatformHandler"

45 Views Asked by At

The IIS is running good when presented with a standard web.config and the IIS list's out the index page with the items on the folder/dir unless mimed to render on browsers.

The issue comes with the web.config as shared by Microsoft on their learn portal to deploy the framework with arguments.

As and when the web.config as per the learn portal is added and replaced with the working web.config (Will diff the config later) the IIS Authentication is pending. Actually all the Web-modules are raising error but with no exception rather a nimicking pointer ref id: 0x8007000d

Looks like my web.config is not aligned with the IIS sub-modules and they error with the web.config address.

The localhost:80 is working fine with the default IIS page out. The custom localhost:8080 is with the attached error page.

I am trying to get the py framework running with the standard IIS and get the routes as on browsers address bar to be minimal.

Microsoft link: https://learn.microsoft.com/en-us/visualstudio/python/configure-web-apps-for-iis-windows

ISE Error

Config Editor

0

There are 0 best solutions below