I am developing a bot in Azure using the Bot Framework (C#). After spinning it up on Azure I downloaded the source code and tried to open the provided Visual Studio solution file but got an error
Creation of virtual directory http://localhost:3894/ failed with the error: Filename: redirection.config Error cannot read configuration file
Google points towards an issue with IIS or IISExpress but the recommended solutions (forcing IIS to recreate config files by renaming them) didn't work. I don't know if the issue is with Visual Studio, my system, or something else entirely but anything that could shine light on the situation would be appreciated.
EDIT: Deleted and Re-downloaded both VS and IISExpress, did not fix the problem