I'm working on an ASP.NET website that I inherited, and I'm trying to set it up so I can run it and debug it through my local Windows 10 IIS instance. To get it up and running in Visual Studio I had to remove and re-add references, because I was receiving a Could not load file or assembly...
error.
It runs via Visual Studio now, but when I point IIS at the same folder I get the very same Could not load file or assembly...
error. Where in IIS I would need to adjust to resolve this?