File security setting
I use a program ABC to generate a html file dynamically at the back end. Then I want to view it from ASP page. But I got this error "Access denied by ACL on resources". And I found the reason is the html file's owner is only the owner of the program ABC. We know that IIS always uses IUser to log into the server so that I cannot view it via IIS. Since the program ABC is a third-party application, I cannot do anything about it. Is there any way to view that HTML file? Thanks in advance.
|