When I try to start WebMatrix, I get a warning that "IIS Express cannot be initialized. Make sure it is installed and configured correctly."
I uninstalled and reinstalled IIS Express and WebMatrix with no change in this behavior. The advice I could find on the network was to take responsibility for the HKEY_CLASSES_ROOT \ Microsoft.IIS.VersionManager registry key and replace all the permissions of the child objects with the permissions of this registry key. It did not help.
In the event viewer, I see .net runtime exceptions every time iisexpresstray.exe or webmatrix.exe is run:
I would really appreciate any help in diagnosing and fixing this problem. WebMatrix will be an almost integral part of the project that I will come soon. Thank!
source
share