
| email this FAQ to a colleague
Q: I just installed Windows 2000 and IIS 4.0 and am getting Access Denied when requesting my ASP pages. This web site worked on IIS 4.0, what is the problem? A: In IIS 5.0 you need to make sure that all your server side include files have the correct NTFS permission. In IIS 4.0 only the .asp page needed to have NTFS ACLs set so the anonymous user could read/execute the page. With IIS 5.0 all the include files have to have their ACLs set so that the anonymous user can read/execute the files. - Wayne Berry |