IISExpress 8 Cannot read configuration file redirection.config
I had a similar issue to @Myles J but renaming %userprofile%\Documents\IISExpress\config\applicationhost.config didn’t work. What I had to do was the following: Close Visual Studio. Rename the %userprofile%\Documents\IISExpress\config directory. Start Visual Studio again. The %userprofile%\Documents\IISExpress\config directory will be recreated with the default config files. Copy the original applicationhost.config file over the autogenerated one. Before anyone asks: … Read more