-
Notifications
You must be signed in to change notification settings - Fork 1.6k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why is Ocelot requesting for 1-2 minutes using the https protocol in an IIS environment? #1691
Comments
😁 |
Hi Q! I would say, Ocelot is not optimized for IIS deployments and it is not recommended to deploy Ocelot app to IIS. Also, we have some IIS Gotchas. 😸 Tell me please, |
Regarding slow response from IIS...
It seems, developer from #1657 had the same problem of slow responses. The problem could be wrong usage of InProcess setup for IIS. So, Out-of-process hosting model must be used for IIS deployments!!! Read these docs:
|
Thank you for your reply |
Hi @qs991 ! |
Hi |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Ocelot in IIS environment, using https protocol for request, request 6-7 times, it will be lagged, each time the waiting time is about 1-2 minutes
The text was updated successfully, but these errors were encountered: