To move an entire WSS implimentation to a new server (using the desktop
engine), I first used IISback.vbs to back up the metabase on the old server,
which I then restored on the new server. Then I followed the directions in
KB article 833797 to back up the content database, and restored it on the new
server as well. Then I copied all the web.config files in the wwwroot folder
over to their appropriate locations on the new server.

All the content seems to have transfered fine, but the webparts in the sites
show the "cannot be displayed because it is not registered on this site as
safe" error message. From what I've read, this error message can be the
result of problems in several different places. Where should I start looking?

Re: moving WSS by Todd

Todd
Thu Jun 08 15:46:52 CDT 2006

Does this happen with all web parts? If you have installed third part web
parts re install them on your new server. That will make sure they get into
the GAC or Bin directory and that they get registered correctly in
web.config.

tk
"=w=" <=w=@discussions.microsoft.com> wrote in message
news:B3A4CCCD-8B2A-42F3-802F-68CD27F17194@microsoft.com...
> To move an entire WSS implimentation to a new server (using the desktop
> engine), I first used IISback.vbs to back up the metabase on the old
> server,
> which I then restored on the new server. Then I followed the directions
> in
> KB article 833797 to back up the content database, and restored it on the
> new
> server as well. Then I copied all the web.config files in the wwwroot
> folder
> over to their appropriate locations on the new server.
>
> All the content seems to have transfered fine, but the webparts in the
> sites
> show the "cannot be displayed because it is not registered on this site as
> safe" error message. From what I've read, this error message can be the
> result of problems in several different places. Where should I start
> looking?



Re: moving WSS by w

w
Thu Jun 08 17:07:02 CDT 2006

It does this with all web parts, even Task List and Document Library. There
are no third party web parts that I know of...

"Todd Klindt" wrote:

> Does this happen with all web parts? If you have installed third part web
> parts re install them on your new server. That will make sure they get into
> the GAC or Bin directory and that they get registered correctly in
> web.config.
>
> tk