Cannot serve WCF services in IIS on Windows 8
When I try to serve a WCF service on IIS in a Windows 8 machine, I get the well known error The page … Read more
When I try to serve a WCF service on IIS in a Windows 8 machine, I get the well known error The page … Read more
I’m trying to get content of HttpResponseMessage. It should be: {“message”:”Action ” does not exist!”,”success”:false}, but I don’t know, how to get it … Read more
I’m trying to sign a Windows 8 appx package with a pfx file I have. I’m using a command like so: signtool.exe sign … Read more
We are unable to connect to an HTTPS server using WebRequest because of this error message: The request was aborted: Could not create … Read more
In Windows 7, you could go into a programs compatibility settings and check off to always run as an Administrator. Is there a … Read more
As far as I can see you have the JRE in your PATH, but not the JDK. From a command prompt try this: set PATH=%PATH%;C:\Program Files (x86)\Java\jdk1.7.0_17\bin … Read more