“Sorry, something went wrong” error message when users try to navigate to Site Collection Features page
Users receive the following error message when they try to navigate to Site Collection Features page:
Sorry, something went wrong
An error occurred during the compilation of the requested file, or one of its dependencies. Could not write to output file
'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\d9bc15df\5100559f\App_Web_managefeatures.aspx.9c9699a8.qtwjbdlb.dll' -- 'The directory name is invalid. '
The error message also appears on other locations as well on the site like while trying to navigate to Site Content Types page, adding a workflow among others.
The cause turned out to be DisableLoopBackCheck was not enabled on the WFEs.
Solution
DisableLoopBackCheck (As per KB 926642)
Using PowerShell
New-ItemProperty HKLM:\System\CurrentControlSet\Control\Lsa -Name "DisableLoopbackCheck" -value "1" -Property Type Dword
Comments
- Anonymous
January 01, 2003
Strangely, I have not encounter this for the longest time ever since my installation in SP 2013. Is other page affected too? - Anonymous
September 25, 2014
g - Anonymous
September 26, 2014
DisableLoopBackCheck is already been enabled. But still gets this error. Can anyone please suggest. - Anonymous
October 29, 2014
I have just encountered the same issue...any ideas?