Ask a Question related to ASP.NET Security, Design and Development.
-
Paul #1
Load managed DLL
Hi,
I have managed DLL named test.dll and is loaded by an ASP .NET web application. It's been working fine in Windows 2000. I upgraded the server to Windows 2003 w/ IIS 6.0 and I got the following error:
Access is denied: 'test'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileLoadException: Access is denied: 'test'.
I give ASPNET local account full rights to the folder where test.dll is but still no luck.
What causes this problem? Please advice, thanks!
-Paul
Paul Guest
-
ADM fully managed or not
I've created an ADM to remove the Domain option (Thanks Martin) and disable the 'logon using dial-up'. It works fine, but when I view it in GPO... -
Calling a Managed C++ library which uses a load library function from a WS
Good Day! Im trying to call a managed c++ library from a web service using c# but when i go trough the code the was'nt able to load the library.... -
non-managed / non-COM .dll reference in ASP.NET app
I'm working on an ASP.NET which needs to use a non-managed and non-COM .dll reference. This app works properly as a standalone desktop app but,... -
locally managed tablespace & dictionary managed tablespace
Hi, newbie question. I've read some books which mentioned about advantages of locally-managed tablespace over dictionary-managed tablespace. My... -
Managed Standby Database Again
I'm setting up Managed standby database between 2 win 2k Version 8.1.7 servers. it all seems to be working well, however I was under the...



Reply With Quote

