In IIS 6, I am trying to deploy a Web Site project from Visual Studio 2008. This site has a sub-folder with some aspx pages in it. When I deploy the project to the server and navigate to the site, everything works except for the pages that exist in the sub-folder, they throw a 404 error.
In IIS, I can navigate the sub-folders and see the pages there, but when I right click on one of the files and select "Browse", that too throws a 404.
FYI... when I publish the site from VS, I check the box that says "Allow this precompiled site to be updatable". I've tried unchecking the box but it gives me the same result.
Also, running locally or in debug mode does not produce this result, I can navigate to the pages in sub-folders just fine.
Edit: A look deeper and it is giving me a 404.2 (404 2 1260) error in IIS Logs which means Lockdown policy prevents this request. Any ideas what this means and how I can resolve it?