My development machine (Vista) was working perfectly fine for over a year and then suddenly (without explicitly installing anything) I am unable to run the websites using ASP.NET development server.
The development web server starts fine, but IE cannot display the page:
Internet Explorer cannot display the webpage Firefox says - Failed to Connect, The connection was refused when attempting to contact
localhost:49447
.
Here is what I have tried so far:
- Disabling firewall
- Stopping anti-virus
- Stopping Windows Defender
It worked when I stopped all services using MSConfig
and tried again.
However, that disables most of the services, so is not a feasible long term solution.
After stopping all services, I tried starting services one by one to find out which one is causing problem.
These are the steps and results:
- I found DNS Client Service was causing problem.
So I started all others and stopped DNS Client service, but then Network Location Awareness service started causing problem
I stopped DNS Client Service and Network Location Awareness and started all others, btu again something else is causing problem.
Clearly there is something common and fundamental at the root of this.
I do not know much about networking. Can someone guide me in right direction?
Note: I have found another person who is having same problems since this morning. Looks like it could be related to one fo the windows updates! Is anyone else getting affected like me?