I've been debugging a MVC project that connects to a WCF project using VS development server and started getting "Server too busy" message, or words to that effect, in my browser window. After about 10 minutes of trying to get a proper debug session, some of my webpages stopped loading all together, stating " The resource cannot be found. ".

I've looked around on the internet and found out it could be because my server is listening out for too many ports and has stopped responding to new page requests.

Also, this happens both when the MVC project connects remotely to the WCF project via internet and in my solution.

Any ideas how I can fix this, it's pretty urgent as this assignment has to be in today.

Thanks