惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Vercel News
Vercel News
Recorded Future
Recorded Future
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
The GitHub Blog
The GitHub Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Google DeepMind News
Google DeepMind News
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Microsoft Azure Blog
Microsoft Azure Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
M
MIT News - Artificial intelligence
云风的 BLOG
云风的 BLOG
Y
Y Combinator Blog
N
News | PayPal Newsroom
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Help Net Security
Help Net Security
博客园 - Franky
SecWiki News
SecWiki News
Recent Announcements
Recent Announcements
T
Troy Hunt's Blog
The Register - Security
The Register - Security
The Last Watchdog
The Last Watchdog
Webroot Blog
Webroot Blog
S
Security Affairs
博客园 - 司徒正美
S
Schneier on Security
I
InfoQ
博客园_首页
www.infosecurity-magazine.com
www.infosecurity-magazine.com
T
Threat Research - Cisco Blogs
Forbes - Security
Forbes - Security
腾讯CDC
N
Netflix TechBlog - Medium
N
News and Events Feed by Topic
Cloudbric
Cloudbric
T
The Exploit Database - CXSecurity.com
P
Proofpoint News Feed
A
About on SuperTechFans
Engineering at Meta
Engineering at Meta
Recent Commits to openclaw:main
Recent Commits to openclaw:main
B
Blog
V
Vulnerabilities – Threatpost
C
Check Point Blog
Google DeepMind News
Google DeepMind News
Google Online Security Blog
Google Online Security Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
Hacker News - Newest:
Hacker News - Newest: "LLM"
C
Cisco Blogs
Schneier on Security
Schneier on Security
O
OpenAI News
K
Kaspersky official blog

博客园 - 生活即技术

好久不更新了,忙的惭愧哦,思考一个应用 利用dataTable 排序的解决方法 项目中遇到的一些小问题及解决方法 常用代码 一个com+消息队列的例子 2004我的爱,2005我的期待 加密解密相关 生成略缩图 论坛在线人数统计代码 上礼拜六犯的愚蠢错误 正则表达式(1) 又一新的分页方法(转帖) 用户控件的使用(二) 用户控件的使用(一) DataList的使用(二)自定义分页的实现 DataList的使用(1) DataGrid的使用(2)自定义分页 DataGrid的使用(1)
部署Com+
生活即技术 · 2005-04-13 · via 博客园 - 生活即技术
 

   最近在搞com+,以下是一些部署上的心得,欢迎交流

一、服务端部署---C/S结构


1
.net 自动部署

2Regsvcs  ***.dll部署

3、在服务端机器上建一访问com+的用户。并在com+角色里加入该用户

二、客户端部署

1、服务端导出的安装包部署

3、客户端需要以服务器端com+角色里的用户登陆计算机,才能访问com+服务

三、服务器端部署----B/S结构

 1Regsvcs  ***.dll部署

 2、设置com+ 安全属性为,访问控制为:无,模拟为:模拟;


四、客户端的部署

  1、服务端导出com+应用程序代理安装包

  2、在客户端安装,

  3asp.net 程序中的web.config 添加<identity impersonate="true" ></identity>

需要注意的是C/S结构下的部署与B/S结构下的com+部署是有很大的不同的。

五、卸载问题

 1、用安装包安装的com+组件在com+ mmc 里直接删除即可。

 2、用命令Resgsvs 注册的需要用Regvcs  /u 卸载。

 如果不按这样的规则操作,就不能再用安装包安装,我估计原因是写入注册表里了一个值,

但我没有找到写在那里了。知道的可以说一下!!

六、版本控制问题

 1、如果改变了com+组件并重新编译了,要注意注册时一定要卸载老版本。否则会造成版本不一致找不到引用的程序集的错误。

2、客户端的重新部署时也要考虑1所述的问题。同时调用程序也要改变。否则调用时又自动注册了老的版本,不仅***.dll 要改变。.exe 也要改变。

 msn:  showstrong@hotmail.com