I'm new to administering IIS with ASP.NET, so please bear with me. I recently added a new website to a Windows 2003 server (logged on with local admin privs) and configured it for autonomous access. From IIS Manager on the server, I can browse to the application. However, if I try to open the application from another machine (not having either local or domain admin privs), I get an error 403. I tried changing security privileges on the website folder and subfolders in Windows Explorer but the changes seemed to have no impact. Where should I be looking to resolve this issue?
Thanks in advance!