HTTP 500 Server Error Unable to Perform a Security OperationLast reviewed: December 1, 1997Article ID: Q158724 |
The information in this article applies to:
SYMPTOMSWhen you choose a link that references a file for download, you may receive the following error message:
HTTP/1.0 500 Server Error (Unable to perform a security operation on an object which has no associated security.) CAUSEIn a directory that has both Read and Execute permissions, when you attempt to activate a link that references an executable file (such as in a self- extracting .exe file), Internet Information Server attempts to execute rather than download the file. If the file is a 32-bit program it will be executed, however, if it is a 16-bit executable IIS generates the HTTP Server Error listed in the Symptoms section of this article. This occurs because you cannot execute 16-bit CGI programs.
RESOLUTIONRemove Execute permission on the virtual directory that the downloadable file is mapped to and make sure that Read permission is allowed. For security reasons, you should not grant Read and Execute permission at the same time on a virtual directory. This configuration allows users to read script files that contain proprietary information about settings which can compromise server security.
|
Additional query words: download IIS
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |