how to increase asp.net request queue limit in iis 8.5, we have published asp.net to internet and number of cuncurrent users exceeding morethan 3000 and page loading slowly,
and get the error from IIS, how to solve this issue in IIS
•The queue limit for ASP.NET has been exceeded. (machine.config system.web/processModel@requestQueueLimit)
The requestQueueLimit is configured in the Aspnet.config file for a 64 bit version of the .NET 4 Framework. The Aspnet.config exists by default, for 64bit .Net 4, in the following directory:
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
703 Points
635 Posts
•The queue limit for ASP.NET has been exceeded. (machine.config system.web/processModel@requestQ...
Aug 22, 2016 04:05 PM|adilahmedmd@gmail.com|LINK
HI
how to increase asp.net request queue limit in iis 8.5, we have published asp.net to internet and number of cuncurrent users exceeding morethan 3000 and page loading slowly,
and get the error from IIS, how to solve this issue in IIS
•The queue limit for ASP.NET has been exceeded. (machine.config system.web/processModel@requestQueueLimit)
https://portaleservices.moj.gov.sa/LAW/Racing1434.aspx
All-Star
32797 Points
3815 Posts
Microsoft
Re: •The queue limit for ASP.NET has been exceeded. (machine.config system.web/processModel@requ...
Aug 23, 2016 09:36 AM|Angie xu - MSFT|LINK
Hi,
The requestQueueLimit is configured in the Aspnet.config file for a 64 bit version of the .NET 4 Framework. The Aspnet.config exists by default, for 64bit .Net 4, in the following directory:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319
See: Modify the Request Queue Limit, requestQueueLimit or Queue Length
Regards,
Angie
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.