Sharepoint Forms身份验证使用不同的帐户运行
我是一个在网站集下创建子网站的控制台应用程序 网站集仅接受基于表单的用户。
现在,当我运行控制台应用程序时,它带有 Windows 凭据。
我需要某种方法来在控制台应用程序中运行代码,该应用程序创建子网站以在该网站集的管理员表单用户下运行。
请让我知道您的建议。
谢谢
I a console application that creates a sub sites under a site collection
The site collection accepts only forms based user.
Now, when i run the console application, its with windows credentials.
I need some way to run the code in console app that creates sub site to run under forms user who is admin to that site collection.
Please let me know your suggestions.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要在管理中心 Web 应用程序 ([12 hive]\AMDISAPI) 中创建新的 Web 服务,并添加创建子网站的函数。
下面是一个示例 - 来自 SharePoint 的 hstCreateSubSite 函数托管项目:
You need to create a new Web service within the Central Administration Web application ([12 hive]\AMDISAPI) and add a function that creates subsites.
Here's an example - the hstCreateSubSite function from the SharePoint for Hosters project: