I am developing a web project and I cannot test it using IIS Express with Visual Studio 2015.
I have an error in this error and I found a lot of links to it on the Internet, but I believe that my case is different from the others, because there is no other error message other than "Unable to start the IIS Express web server."
I looked at the Windows Event Viewer and received the following errors:
The worker process failed to initialize correctly and therefore could not be started. The data is the error. The Module DLL C:\Program Files (x86)\IIS Express\aspnetcore.dll failed to load. The data is the error.
I also tried running IIS Express directly using: c:\Program Files (x86)\IIS Express>iisexpress.exe /trace:error , and I was successful, so I think the problem should be somewhere in Visual Studio and that my port (8080) is free.
Does anyone know what else I can do?
source share