I'm trying to set up IIS to run websites instead of running them on VS Development Server. I've registered ASP.NET with IIS correctly (using this answer to make sure), added a new site with the correct physical path, binded an address (site1.com) and added it to the hosts file, but it's not working: it just shows that it's loading endlessly in Firefox.
I'm able to ping site1.com and I get a reply. I'm also able to load http://localhost/ and it shows the default IIS page. What could I be missing?
edit: I've also checked "Use Local IIS Web server" in my project properties