Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What I'm I doing wrong

Status
Not open for further replies.

bnymk

Programmer
Feb 7, 2003
296
US
Hello All;

I'm trying to edit using Microsoft FrontPage a web page that is part of SharePoint Portal. But the moment I added a web part onto the page and try to edit it using FrontPage, it gives me the following error.
" soap:Server Exception of type Microsoft.SharePoint.SoapServer.SoapServerException was thrown. A Web Part or Web Form Control on this Web Part Page cannot be displayed or imported because it is not registered as safe on this site. You may not be able to open this page in an HTML editor that is compatible with Microsoft Windows SharePoint Services, such as Microsoft Office FrontPage. To fix this page, contact the site administrator to have the Web Part or Web Form Control configured as safe. You can also remove the Web Part or Web Form Control from the page by using the Web Parts Maintenance Page. If you have the necessary permissions, you can use this page to disable Web Parts temporarily or remove personal settings. For more information, contact your site administrator."

I have doubled checked the SharePoint Portal server and inside IIS under WebService Extensions, I have allowed FrontPage Server Extensions and Windows SharePoint Services. But it still gives me the above error. Anyone have any idea what could be?

Thanks in advance.


"Behind every great fortune there lies a great crime", Honore De Balzac
 
I think it is registered in the c:\Inetpub\ directory. Here is the copy of the web.config file that I have.

<SafeControls>
<SafeControl Assembly="System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI.WebControls" TypeName="*" Safe="True" />
<SafeControl Assembly="System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="System.Web.UI.HtmlControls" TypeName="*" Safe="True" />
<SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint" TypeName="*" Safe="True" />
<SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.WebPartPages" TypeName="*" Safe="True" />
<SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.WebControls" TypeName="*" Safe="True" />
<SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.ApplicationPages" TypeName="*" Safe="True" />
<SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.SoapServer" TypeName="*" Safe="True" />
<SafeControl Assembly="Microsoft.SharePoint, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Meetings" TypeName="*" Safe="True" />
<SafeControl Assembly="Microsoft.SharePoint.Portal, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Portal.WebControls" TypeName="*" />
<SafeControl Assembly="Microsoft.SharePoint.Portal, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.Portal.WebControls.Alerts" TypeName="*" />
<SafeControl Assembly="SPSPubsAuthors, Version=1.0.0.0, Culture=neutral, PublicKeyToken=3e994800f32456ce" Namespace="SPSPubsAuthors" TypeName="*" />
<SafeControl Assembly="PIMR_GSU, Version=1.0.0.0, Culture=neutral, PublicKeyToken=3e994800f32456ce" Namespace="PIMR_GSU" TypeName="*" />
<SafeControl Assembly="ARS_BRIDGE, Version=1.0.0.0, Culture=neutral, PublicKeyToken=3e994800f32456ce" Namespace="ARS_BRIDGE" TypeName="*" />
<SafeControl Assembly="CrystalReport, Version=1.0.0.0, Culture=neutral, PublicKeyToken=3e994800f32456ce" Namespace="CrystalReport" TypeName="*" />
<SafeControl Assembly="ADVIS.WebParts.PageHeader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=2fb4ce642a9762e6" Namespace="ADVIS.WebParts" TypeName="*" Safe="True" />
<SafeControl Assembly="ADVIS.WebParts.ChangeMyPassword, Version=1.1.0.0, Culture=neutral, PublicKeyToken=2fb4ce642a9762e6" Namespace="ADVIS.WebParts" TypeName="*" Safe="True" />
</SafeControls>

Is there anyting that I'm missing????

Thanks.

"Behind every great fortune there lies a great crime", Honore De Balzac
 
Hello,

Is it a webpart that you have developed yourself? Which webpart is it you are trying to add?

Regards,
Thomas
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top