Unable to start program 'C: Program Files (x86) IIS Express iisexpress.exe'

Asked

Viewed 492 times

2

My visual studio from night to day started to give an error when starting the application, this error only happens the first time I start the application (Asp.net mvc 4), in other times iis starts and stops at the same time

Error:

"Unable to start program 'C: Program Files (x86) IIS Express iisexpress.exe'. Catastrophic failure"

Log of iis(gave space after all "http"s not to form link):

Software: Microsoft Internet Information Services 10.0

Version: 1.0

Date: 2017-01-10 00:39:07

Fields: date time s-ip Cs-method Cs-Uri-Stem Cs-Uri-query s-port Cs-username c-ip Cs(User-Agent) Cs(Referer) sc-status sc-substatus

sc-Win32-status time-Taken 2017-01-10 00:39:07 ::1 GET / - 62125 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+Applewebkit/537.36+(KHTML,+like+Gecko)+Chrome/55.0.2883.87+Safari/537.36 - 302 0 0 58598 2017-01-10 00:39:10 :1 GET /Login/Login Returnurl=%2F 62125 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+Applewebkit/537.36+(KHTML,+like+Gecko)+Chrome/55.0.2883.87+Safari/537.36 - 200 0 0 2764 2017-01-10 00:39:10 ::1 GET /admin-Lte/css/Adminlte.css - 62125 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+Applewebkit/537.36+(KHTML,+like+Gecko)+Chrome/55.0.2883.87+Safari/537.36 http ://localhost:62125/Login/Login? Returnurl=%2F 200 0 0 120 2017-01-10 00:39:10 ::1 GET /Content/bootstrap.css - 62125 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+Applewebkit/537.36+(KHTML,+like+Gecko)+Chrome/55.0.2883.87+Safari/537.36 http ://localhost:62125/Login/Login? Returnurl=%2F 200 0 0 124 2017-01-10 00:39:10 ::1 GET /Images/logomarca1.png - 62125 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+Applewebkit/537.36+(KHTML,+like+Gecko)+Chrome/55.0.2883.87+Safari/537.36 http ://localhost:62125/Login/Login? Returnurl=%2F 200 0 0 19 2017-01-10 00:39:12 ::1 GET /fonts/glyphicons-Halflings-regular.woff2 - 62125 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+Applewebkit/537.36+(KHTML,+like+Gecko)+Chrome/55.0.2883.87+Safari/537.36 http ://localhost:62125/Content/bootstrap.css 200 0 0 27 2017-01-10 00:39:12 ::1 GET /favicon.ico - 62125 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+Applewebkit/537.36+(KHTML,+like+Gecko)+Chrome/55.0.2883.87+Safari/537.36 http ://localhost:62125/Login/Login? Returnurl=%2F 200 0 0 9

Software: Microsoft Internet Information Services 10.0

Version: 1.0

Date: 2017-01-10 19:17:46

Fields: date time s-ip Cs-method Cs-Uri-Stem Cs-Uri-query s-port Cs-username c-ip Cs(User-Agent) Cs(Referer) sc-status sc-substatus

sc-Win32-status time-Taken 2017-01-10 19:17:45 ::1 GET / - 62125 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+Applewebkit/537.36+(KHTML,+like+Gecko)+Chrome/55.0.2883.87+Safari/537.36 - 302 0 0 18121 2017-01-10 19:17:49 :1 GET /Login/Login Returnurl=%2F 62125 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+Applewebkit/537.36+(KHTML,+like+Gecko)+Chrome/55.0.2883.87+Safari/537.36 - 200 0 0 3574 2017-01-10 19:17:49 ::1 GET /Images/logomarca1.png - 62125 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+Applewebkit/537.36+(KHTML,+like+Gecko)+Chrome/55.0.2883.87+Safari/537.36 http ://localhost:62125/Login/Login? Returnurl=%2F 200 0 0 223 2017-01-10 19:17:50 ::1 GET /admin-Lte/css/Adminlte.css - 62125 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+Applewebkit/537.36+(KHTML,+like+Gecko)+Chrome/55.0.2883.87+Safari/537.36 http ://localhost:62125/Login/Login? Returnurl=%2F 200 0 0 723 2017-01-10 19:17:50 ::1 GET /Content/bootstrap.css - 62125 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+Applewebkit/537.36+(KHTML,+like+Gecko)+Chrome/55.0.2883.87+Safari/537.36 http ://localhost:62125/Login/Login? Returnurl=%2F 200 0 0 1097 2017-01-10 19:17:52 ::1 GET /fonts/glyphicons-Halflings-regular.woff2 - 62125 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+Applewebkit/537.36+(KHTML,+like+Gecko)+Chrome/55.0.2883.87+Safari/537.36 http ://localhost:62125/Content/bootstrap.css 200 0 0 64

  • Does the error still occur? What have you tried? Reinstalling VS2015 might solve, since it will reinstall iisexpress as well.

  • I have tried to reinstall a few times, also repair has not had result. o iis after a third and last reinflation attempt worked, but Graphic Analyzer also gave problem, and from time to time still return the errors of iis, but it is no longer constant, ie my vs2015 is very unstable

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.