简体   繁体   中英

IIS7 & ASP: Dll Access denied

I have a ASP Classic script which is served via IIS7. I am using it in conjunction with Python Script, which in turn uses ctypes to access a C DLL. However, python is throwing an exception when I try accessing the DLL via IIS7. How do I setup the permissions for the DLL? Do I do something in IIS7's configuration or do I add specific user privileges to the file itself via Windows explorer?

Did you regester your dll ?

At the command prompt, type:

regsvr32 dllpath 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM