I've been working on a home project using VS2008. It involves WCF and Silverlight. Until recently, ASP.NET development server worked just fine and was accessible from the browsers (I use both FF and IE). Now, it seems the browsers are no longer able to access the asp.net dev server. Initially, I believed it to be certain installations I had made (DevForce Silverlight and MVC 1.0) But after uninstalling, it still did not fix the problem. I then tried disabling IPv6 as some websites suggested and I was not using proxies, so that wasn't the problem either.
Has this happened to anyone else? Have you been able to solve the problem or at least find the reason for it? (I just bypassed it by using IIS instead)