Unable to access the SharePoint Default.aspx Page due to WebPart
Have you ever encountered a situation where after you've added a rogue WebPart into the SharePoint site's default.aspx page, the site perpetually complains "An unexpected error has occurred."?
Such a rogue WebPart effectively blocks a user from entering the site to even correct the issue.
The solution is rather simple:
Such a rogue WebPart effectively blocks a user from entering the site to even correct the issue.
The solution is rather simple:
- note the site URL (e.g. http://mymoss/sites/mysite/default.aspx)
- add "?content=1" to the end of the URL (e.g. http://mymoss/sites/mysite/default.aspx?content=1)
- at the Web Part Page Maintenance, remove the rogue WebPart and you're done!
Comments