Every time when I ran my .net application I get message "Server Too Busy" on web page. After that when I press F5 it works.
I am using Windows8.1 with 64 machine with VS2010.
Can anybody help me to resolve this issue?
Every time when I ran my .net application I get message "Server Too Busy" on web page. After that when I press F5 it works.
I am using Windows8.1 with 64 machine with VS2010.
Can anybody help me to resolve this issue?
Try this:
<system.web>
<httpRuntime enableVersionHeader="false" executionTimeout="72000" maxRequestLength="4096" minFreeThreads="72" minLocalRequestFreeThreads="88" useFullyQualifiedRedirectUrl="false" />
</system.web>