ASP.NET Core Web API + Kestrel + IIS response time is slow -


i publish web api application iis server 8.5 (running on windows server 2012), performance not good. if run web api dotnet myapi.dll (pure kestrel http server), performance good.

client iis

client kestrel

content download time slow if web api run on iis. if connect localhost looks work normal.

is possible tune performance? or iis limitation?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -