使用 C# 以编程方式分配对文件夹的网络服务访问权限
我有一个运行一些 C# 代码的安装程序。我希望 C# 代码能够为“网络服务”帐户的文件夹提供“完全控制”。这可能吗?
我在网上看到一些连接到域的示例。但网络服务不在域上,而是本地帐户,我只是想知道如何在 C# 中执行此操作?
干杯
I have an installer that runs some c# code. I want the c# code to give 'full control' to a folder for the 'network service' account. Is this possible?
I see some examples online with connecting to a domain. But the network service is not on a domain it's a local account and I just wanted to know how to do it in c#?
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
提及于:设置目录的访问权限 - 收到异常“无法设置标志”
可以在以下位置找到更通用的示例: http: //www.redmondpie.com/applying-permissions-on-any-windows-folder-using-c/
Mentioned at: Setting access rights for a directory - receiving exception "No flags can be set"
A more generic sample can be found at: http://www.redmondpie.com/applying-permissions-on-any-windows-folder-using-c/