Reputation: 1
The website hosted in IIS 10, website developed using Classic ASP and .Net Com DLL.
.Net dll registered by following comment
RegAsm.exe XXXX.dll /codebase
Website work fine when single user access the website but when multiple user give the concurrent requests then site starts loading.... and no response received, it's loading until we close the browser window.
When the website has long loading.... in one browser(chrome), if I tried same website in another browser(firefox) it's working normally but in chrome it's still loading...
I have verified log details there is No updates in iis log files, but we have logs for other requests until loading issues came
There is no updates in httperr file.
If we restart the IIS it took some time to restart and got the following WAS warning in system event log,
A worker process '####' serving application pool 'XXXXXXXX' failed to stop a listener channel for protocol 'http' in the allotted time. The data field contains the error number.
Upvotes: 0
Views: 129