To use the FrontPage Server Extensions (fpse) 2000 or 2002 with ASP.NET on a
NTFS file system can cause some problems. The problem occurs when you use the
Check Server Health functionality. This feature modifies the Access Control
Lists (ACL) on the files so that the ASP.NET worker process (aspnet_wp) user,
ASPNET, no longer has access to the files.
The solution is a minor trick. In the FrontPage Server Extensions, add the named
ASPNET as a user of the web site. Grant ASPNET "Browser" permission to
the web site. Then re-check the server health, adjusting the file permissions.
The FrontPage server extensions will then add read permission for ASPNET to
each file on the site.
|