Concepts: Information Architecture, Knowledge Management, Portals, Enterprise Search, Collaboration, Extranets, Intranets, Business Intelligence, Business Process Automation, ECM, Records Management, CRM, ERP, Mobile, Web
Approach: Project Management, Business Analysis, Strategy, Design, Development, Implementation
Technologies: Microsoft SharePoint, Office 365, Azure, SQL Server, Windows, HTML5, CSS, JavaScript, ASP.NET
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
No comments:
Post a Comment