How can I create new applicationhost.config file in IIS Express Server?

user1735111 picture user1735111 · May 29, 2013 · Viewed 25k times · Source

I had to delete my applicationhost.config, because VS 1012 didn't deal with it. How can I create it? thank you.

Answer

Woland picture Woland · Jun 20, 2013

Just run IISExpress and it will recreate the file for you. The exe is located at: "c:\Program Files\IIS Express\iisexpress.exe".

Hope this helps.