IIS 7.0 / Windows Server 2008 - DLL not found in ASP.NET application
问题 I try to run an ASPX page hosted on a Windows Server 2008 x86 through IIS 7.0, with .NET 4.0. I added an application, app1 , to the Default Web Site of IIS, mapped to dir C:\toto\app1 which contains the Web.config file. The error I have is: Could not load file or assembly 'xxx.dll' or one of its dependencies , etc and xxx.dll is a .NET DLL that wraps native C++ DLLs ( they are the dependencies that fail to be loaded), all of them are located in C:\toto\app1\bin . I tried to modify the PATH