We currently use the MSXML.dll from Classic ASP for certain parts of our system. On a new site we want the users to be prompted for login using Active Directory.
I have disabled "anonymous access" to the site and I have enabled "Integrated Windows authentication" and "Digest authentication for Windows domain servers". When going to a page that uses MSXML.dll we got permission denied errors because the current user does not have permissions to use that DLL. Rather than give each user permissions to use this DLL, is there a way to run that DLL as the normal IUSR account rather than the logged in user?