Wednesday, March 18, 2015

Export sharepoint site but exclude its susites

I have found this blog has very useful information to export a site without including its subsites

http://sharepoint.stackexchange.com/questions/17671/export-spsite-but-exclude-subsites

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...