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

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), at other times iis starts and stops at same time

Error:

  

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

iis log (gave space after all "http" s not to link):

  

Software: Microsoft Internet Information Services 10.0

     

Version: 1.0

     

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

     cs-uri-stem cs-uri-query s-port cs-username c-ip cs (User-Agent) cs (Referer) sc-status sc-substatus < h1>      

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 / Access / 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 / Access / 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 / Access / 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 / Access / 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 / Access / Login? ReturnUrl =% 2F 200 0 0 9

     

Software: Microsoft Internet Information Services 10.0

     

Version: 1.0

     

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

     cs-uri-stem cs-uri-query s-port cs-username c-ip cs (User-Agent) cs (Referer) sc-status sc-substatus < h1>      

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 / Access / 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 / Access / 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 / Access / 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 / Access / 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

    
asked by anonymous 10.01.2017 / 21:53

0 answers