Search code examples
visual-studioconfiguration-filesiis-express

Why does IIS Express still work without config files?


I've deleted the config files from IISExpress/config but Express still runs from Visual Studio. Is there another copy somewhere else?

If you're wondering why I did this its because I've been trying to edit those files and they appeared to have no effect on anything.


Solution

  • Appears to be using a copy that's in .vs/config in the solution folder.