Re: Server is too busy error
add this entry to your web server
Windows 2008 R2
Reduce the TIME_WAIT by setting the TcpTimedWaitDelay TCP/IP parameter to 30 seconds on the windows registry key HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters, as a DWORD value.
Increase the range of ephemeral ports by setting the dynamicportrange to an higher value through the command netsh int ipv4 set dynamicportrange tcp start=32767 num=65535, this will set the port range from 32768 to 65535.
http://www.outsystems.com/NetworkFor...f-web-requests
Re: Server is too busy error
I'm only using VS, none of these are hosted right now. Maybe it could be a problem with the SQL Server at the university, which the web server connects to, but I don't have rights to tinker about with it. I just want to get the debugger up and running again :\.
Re: Server is too busy error
Could be many reasons so i cannot be sure.Also MVC is out of my league if the problem is there.Start with a simple page to see if you initially get a page, after that do a simple server connection to see if you get a connection and move forward from there.