-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
😁 |
Beta Was this translation helpful? Give feedback.
-
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, |
Beta Was this translation helpful? Give feedback.
-
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:
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply |
Beta Was this translation helpful? Give feedback.
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: