以编程方式将用户角色添加到 COM+组件(C#)
我想知道如何使用 C# 以编程方式将 ASP.NET ("Machine_Name"\IIS_IUSRS) 添加到 COM+ 组件中的用户角色。因此,每当安装我的 COM+ 组件时,都会在角色下创建 ASP.NET 用户。
I wish to know the way to add ASP.NET ("Machine_Name"\IIS_IUSRS) to user role in COM+ component programmatically using C#. So whenever my COM+ component is being installed, ASP.NET user is created under Role.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是代码。您必须引用 C:\windows\system32\com\comadmin.dll。
[]的
Here's the code. You've got to reference C:\windows\system32\com\comadmin.dll.
[]'s