Access is denied debugging ASP.NET Core app referencing Sqlite running in IIS
问题 The ASP.NET Core 2.2 project references Microsoft.EntityFrameworkCore.Sqlite (2.2.3) as a PackageReference . Debugging the app in IIS Express works fine, because of the elevated user process. Problem: Debugging the app in IIS throws an error Unable to load DLL 'e_sqlite3' or one of its dependencies: Access is denied How can I debug the app in IIS without laborious publishing steps? My analysis so far: while e_sqlite3.dll is found and loaded successfully in the folder %userprofile%\.nuget