windows-8
“Unable to launch the IIS Express Web server” error
I receive this error when trying to launch IIS Express from Visual Studio with a project that’s configured to listen to an address other than localhost. Visual Studio freezes for about 30 seconds before giving the error “Unable to launch the IIS Express Web server”.
Windows 8 IIS does not load stylesheets and images in asp.net app
I just installed Windows 8 on my computer and tried to load my ASP.net application. The page loads with no problems. But none of the images or stylesheets that are located in the App_Themes directory load. I do have a separate folder that has images in it and they do load. I think it is some security issue but I can’t find out what it could be. If I deploy the site to my dev 2008 R2 box then the site loads correctly, but it doesn’t load correctly on my Windows 8 box.
SignalR won’t use Websocket protocol even though I have the protocol installed in windows 8
I’m using signalr to do some real-time events in my web application. I’m trying to force signalr to use the new websocket protocol but it won’t, even if I specify it.
Python command not working in command prompt
When I type python into the command line, the command prompt says python is not recognized as an internal or external command, operable program, or batch file. What should I do?