Hi,
I've done this a few times in IIS 6 but never on IIS 7 so I'm having a bit of trouble...
To create a website on IIS 7, do I create a website or an application?
Also, what goes on the bindings (host name, ip address)?
I want www.whatever.com to point to C:\inetpub\wwwroot\whatever
so far I got www.whatever.com to point to C:\inetpub\wwwroot, but I can't figure out how to make it point to C:\inetpub\wwwroot\whatever.
EDIT: ok, I managed to point the site to the right folder. now I get this error:
403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied.
Thanks