When I try to start iisexpress, I get the following error, even if I put the trace flag on. Is there any way to determine what the problem might be? I cannot find a log or event to give me a clue as to why this will not start.
C:\Program Files\IIS Express>iisexpress /trace:error
The filename, directory name, or volume label syntax is incorrect. For more information about the error, run iisexpress.exe with the tracing switch enabled (/trace:error).
C:\Program Files\IIS Express>iisexpress /trace:i
The filename, directory name, or volume label syntax is incorrect. For more information about the error, run iisexpress.exe with the tracing switch enabled (/trace:error).
Even with the /trace:i flag there is no clue as to what the issue might be.
IIS Express was originally installed with Visual Studio 2015 (I am on Update 3). I've tried repairs on Visual Studio 2015 and well as IIS Express, as well as uninstalling and reinstalling IIS Express and Visual Studio 2015. I am running Windows 7 Enterprise.
Thanks.