Wednesday, April 17, 2013

To view html document in IE9 mode by default

<!DOCTYPE html>
<meta http-equiv="x-ua-compatible" content="IE=9" >

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...