如何在 IIS7 中创建 IisManagerAuth FTP 用户帐户?

发布于 2024-12-11 20:36:09 字数 85 浏览 0 评论 0原文

我想使用 IisManagerAuth 创建 ftp 用户帐户
我不想使用 Windows 用户帐户创建。 为此我必须在 iis 中进行哪些设置?

i want to creatre an ftp user acccount using IisManagerAuth
i dont want to create using windows user account.
what all seetings i have to make in iis for this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

翻身的咸鱼 2024-12-18 20:36:09

您是说以编程方式吗?您应该使用 Microsoft.Web.Management.dll 并使用: Microsoft.Web.Management.Server.ManagementAuthentication.CreateUser(用户名, 密码)方法

要添加站点的权限,您可以使用ManagementAuthorization.Grant( ) 方法

Do you mean programmatically? You should use Microsoft.Web.Management.dll for that and use: Microsoft.Web.Management.Server.ManagementAuthentication.CreateUser(userName, password) method

And to add the permissions for a site, you can use ManagementAuthorization.Grant( ) method

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文