How to edit default.aspx on SharePoint site without SharePoint Designer

Posted by Magnus Johansson on Stack Overflow See other posts from Stack Overflow or by Magnus Johansson
Published on 2009-06-05T14:04:55Z Indexed on 2011/02/11 7:25 UTC
Read the original article Hit count: 169

On several occations, I have faced the situation that the default.aspx page on a Site doesn't work. More specifically, a reference to a WebPart and/or Control is throwing a error because the assembly is not found. Fine, you just fire up the dreaded SharePoint Designer and remove the dependency line. However, if I wanted to use this method when not having SharePoint Designer, how could this be done?

EDIT: Removing the web part using the "?contents=1" web part management page didn't help in my case. The <%@Register tag was still there and had to be removed using SharePoint Designer.

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about sharepoint-designer