views:

15

answers:

0

Hey. So I want to set up IIS7 for development on my local machine. I created a blank directory, added it to the host file, and created index.html with basic hello-world information. I browse to http:// blank/ and it works fine.

However when I drop in the files for another .net site that is currently working fine in Visual Web Developer and try to browse to the page I get a "Remote server or file not found" error. Interestingly, if I try to browse to http:// blank/index.html I get the same error.

I imagine this is an iis config issue, and possibly a very simple one, but I don't know where to start looking. Any help is greatly appreciated!