I have a really nasty problem. I have a website in ASP.NET. I am using IIS Express for development. I recently moved project files and folders from a USB drive to a Dropbox folder to avoid moving the drive.
After transferring my project to the Dropbox folder, I received this error that IIS could not read in my configuration file. I noticed that the path was pointing to my USB drive. So I copied my web.config file to the path displayed in the error message, and it worked again, if I delete it again, the error appears again.
So, I think somewhere in my project there is a configuration parameter pointing to my USB drive, although it should point to my local Dropbox folder.
I added an error screenshot:

Transfer:
IIS Web Core module Message unknown Processor still not defined Error code 0x80070003 Configuration error Configuration file could not be read Configuration file ......... Requested URL ........... Physical path Authentication method unknown Unknown user yet unknown Debug path ..................
source share