Closed nevion closed 1 month ago
@lextm hey are you able to have the handler work with iis express as an example or otherwise know what the issue is?
New issues are marked as low priority by default. Becoming our commercial customers, and then your reports are handled with higher priority after triage.
seems like something that should just go in documentation though and might apply to the v1 handler as well. I mean I can ask on stackoverflow as well though it does seem like you have one of the best understandings of this corner of iis; but the consulting case for an config example is pretty low. Anyway response rate is pretty consistent with the rest of github so far lol
We couldn't reproduce this. The FastAPI sample works fine on our test environment with IIS Express.
Is there an existing issue for this?
Describe the bug
I've looked and can't find the issue with process monitor. Basically any time I have httpPlatform in my iisexpress config , iisexpress exits quickly with :
iisexpress /site:test /config:iisexpress-vs.config
Filename: \?\C:\test-fastapi\iisexpress-vs.config Error:
So no error message. I have no idea why. Can you prepare a test-fastapi (or or test-flask case) with a complete iisexpress config and the V1 and V2 modules?
For python I'm using anaconda and I discovered you must disable identify profiles in IIS to overwrite the path variable and set it up like this:
Expected Behavior
iisexpress starts and python is happy
Steps To Reproduce
No response
Exceptions (if any)
No response
HttpPlatformHandler Version
No response
Anything else?
No response