Hi guys,
I try to performence test my asp.net core 1.0.1 website. I use loader.io to get 4000 client's to run this site but i get this error on asp.net core. If i run the same code in asp.net 4.6 it runs very well. Can anybody tell my why i cant handle same load on my asp.net core site like my asp.net 4.6?
502 - Web server received an invalid response while acting as a gateway or proxy server.
There is a problem with the page you are looking for, and it cannot be displayed. When the Web server (while acting as a gateway or proxy) contacted the upstream content server, it received an invalid response from the content server.
Screenshots: https://thusan.tinytake.com/sf/MTA4Mzg1NV80MzMzNzMw
ASP.NET 4.6: https://thusan.tinytake.com/sf/MTA4Mzg1OF80MzMzNzMz
ASP.NET core: https://thusan.tinytake.com/sf/MTA4Mzg1OV80MzMzNzM0
I'm running both sites from IIS on a Windows 2012 r2.