How to find missing web part ?
Posted
by Leonidius
on Stack Overflow
See other posts from Stack Overflow
or by Leonidius
Published on 2010-05-20T15:46:20Z
Indexed on
2010/05/20
15:50 UTC
Read the original article
Hit count: 408
Does anybody know how to find offending web part which causes this error ?
“A Web Part or Web Form Control on this Web Part Page cannot be displayed or imported because it is not registered on this site as safe.”
I have inherited an old SharePoint 2003 portal site which uses custom web parts.
I know what this error means. I also know that each web part must be installed and registred as safe in web.config. The problem is that I don't know which one is missing. I get same error when I'm trying to open the page in FrontPage as well.
© Stack Overflow or respective owner