方法一: 手工方式部署WebPart
(一):  拷贝assembly dll到两个位置之一
              1.IIS虚拟服务器的/bin目录下,如果没有则手动创建.
              2.Global Assembly Cache中("c:\windows\assembly\)
(二):  拷贝DWP文件到wpcatalog文件夹下
(三): 拷贝资源文件到
              1.使用/bin放置WebPart时, wpresources
              2.使用GAC放置WebPart时,
                C:\Program Files\Common Files\Microsoft Shared\web server extensions\wpresources
(四): 修改配置文件web.config
              1.注册为SafeControl
              2.选择CAS设置
 

方法二 CAB文件
(一)

相关文章:

  • 2021-06-03
  • 2021-12-19
  • 2021-11-11
  • 2021-04-29
  • 2021-11-01
  • 2021-11-30
  • 2021-10-02
猜你喜欢
  • 2021-11-23
  • 2021-08-19
  • 2021-07-10
  • 2021-07-31
  • 2022-12-23
  • 2021-12-21
  • 2021-07-26
相关资源
相似解决方案