Comments (0)|30th April 2009
Access is denied when loading an assemblyJust solved this issue in .Net, when trying to load an external assembly, an unhelpful error of FileLoadException(Access is denied).
There is a directory in
$systemdrive$\Windows\Microsoft.Net\Framework\$respective_version$\Temporary ASP.Net Files
used to store the assemblies. If ASP.Net user and IUSR_LocalMachine do not have write and modify access to it, you can end up with locked .DLLs in there.
Comments (0)|30th April 2009
Add a comment