Wednesday, February 12, 2014
SharePoint 2013: Web Application General Settings: Error, Something Went Wrong...
Description
When attempting to modify the Web Application General Settings of a particular Web Application, an error occurs and it is not possible to view the Web Application General Settings page in Central Administration.
Error: Sorry, something went wrong. Updates are currently disallowed on GET requests. To allow updates on a GET, set the 'AllowUnsafeUpdates' property on SPWeb.
Solution
1. Open the SharePoint Management Shell
2. Type $WebApp = Get-SPWebApplication http://host.domain.com and press Enter
3. Type $WebApp.HttpThrottleSettings and press Enter
4. Type $WebApp.Update() and Press Enter
5. Attempt to open the Web Application General Settings from Central Administration. The page should work at this point.
References
Microsoft TechNet (July, 2012). Get-SPWebApplication. Retrieved February 12, 2014 from http://technet.microsoft.com/en-us/library/ff607562.aspx
Subscribe to:
Post Comments (Atom)
Blog Archive
Events / Conferences / User Groups
- AIIM Conference
- Boston Area SharePoint User Group
- Boston Azure User Group
- Collaborate
- DevConnections
- DevIntersection
- Enterprise Search Summit
- Microsoft Build
- Microsoft SharePoint Conference
- Microsoft TechEd
- New England ASP.NET Professionals User Group
- New England Oracle Applications User Group
- Oracle Applications User Group (OAUG)
- Oracle OpenWorld
- PeopleSoft Government Contractor Special Interest Group
- PeopleSoft Southern New England Users Group
- Quest International Users Group
- SharePoint Saturday
- SPTechCon
- SQL PASS
- SQL Saturday
- Startup Weekend
No comments:
Post a Comment