I'm have trouble getting a project at work to run. The problem is that the server (IIS) never responds. When I use the chrome developer tools I can see that the GET request is just pending, and it stays pending until I close the window or stop the process.
So, I made a sample project, a simple .net 4 web application, and compiled it. Everything went fine when i ran it in VS2010, but when I tried to access it from my browser, I got the same problem as with the original work project. So it is not just a problem with one project, and that's why I think there is something wrong with the IIS settings. I know the port IIS listens on is ok and I've checked all the settings I can find.
I've looked through stackoverflow and googled it, but I have found no solution. Can anyone help me with this?
The IIS version is 7.5.
[http://stackoverflow.com/questions/5050025/iis-7-5-initial-request-to-website-never-gets-loaded?rq=1][1] [1]: http://stackoverflow.com/questions/5050025/iis-7-5-initial-request-to-website-never-gets-loaded?rq=1 – Ravindra Bagale Oct 18 '12 at 08:24