You may encounter an exception when accessing
General Settings or Resource Throttling for a web application in Central
Administration:
Solution:
Open SharePoint Management Shell and execute the below commands:
$w =
get-spwebapplication http://<web application url>
$w.HttpThrottleSettings
$w.Update()
2 comments:
I am very interested in your post. The information in your post is very benefitable for me. Thanks for share this post.
Thanks George.
Post a Comment