Hi, I am trying to call into a Native DLL that I developed. The DLL does not need to be registered. The only dependency of this native DLL is KERNAL32. My .NET code using this DLL works great on my development machine and our test Windows 2008 server, hosting IIS 7. It does not work on Discount ASP, even when using Full Trust in my web.config file. I believe the DLL cannot load because of permission levels. On my machines, the user account running is NT AUTHORITY which has full control of the bin directory. On Discount ASP, the user account is WEB707\aspnet_715328, which only has Modify and Synchronize. I think I need Execute permission... I would be super grateful for any insight that would help me to get this to work. Thanks.
The .dll needs to be uploaded to the /bin or /App_Code directory in order for your application to find it. What's the error message you're getting?