Search code examples
asp.net-mvcvisual-studioiisvisual-studio-2015iis-express

Unable to launch the IIS Express Web server on specific project in vs 2015


See below error Message

I have created new project and run, it was build successfully after that through an error.


Solution

  • I had same issue occured and i fixed this issue by just remove the "applicationhost.config" file from your Project directory -> .vs folder -> config folder -> remove the applicationhost.config and clean & build project and run your project. It will successfully run your project