At least I THINK that's the problem. I can't get my MVC project to load. Here is my situation:
Vista Home Premium, 3.5 Framework, MVC project, IIS7
When trying to view my project in the browser (http://localhost/<myproject>), it gives me a "403.14 Forbidden. The web server is configured to not list the contents of the directory."
I'm very new to MVC, and fairly new to IIS7, so I am not sure where to begin. I have a default document set in IIS, but I have no idea what other setting(s) I am missing. Any ideas?
Thanks in advance, and please let me know if you need any more information.