board logo
Posted by: Lemonde - 29 August 2017 07:08:13
When I am trying to load a website into my Windows 2012 server (IIS full not IIS express) in Visual Studio 2015 from the server locally Configuring IIS Express failed with the following error: Initializing the applicationhost.config file failed. Cannot find iisexpress I am trying to open with the local file path rather than using IIS sites. If I open from another machine using UNC then it open without incident....

Posted by: Lemonde - 23 November 2018 09:59:00
Visual studio is looking for the local IIS as a development set-up, yes. In general you do not want to install Visual Studio on the web server itself as it causes issues with some websites and backups. Windows backup will fail trying to backup your metabase with VS installed locally which is annoying. Get a development machine with IIS locally installed and run VS as a local administrator in order for it to properly be able to access local IIS.