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.
I figured it out after 1 day of troubleshooting. Earlier I had a problem with IIS not having permission to read the web.config file, so I set the permission on that file. As it turns out, IIS didn't have permission to read anything else in the folder, so it couldn't read the files it needed to serve the page. Because it could read the web.config file I didn't get any error messages.
I just set the IIS_IUSRS user permissions to read on the whole project folder.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With