以编程方式访问网络文件夹 WSS 3.0 共享点

发布于 2024-07-28 23:05:13 字数 305 浏览 6 评论 0原文

我想创建一个包含一个按钮的 Web 部件,单击该按钮后我想访问网络文件夹并应用业务逻辑,例如创建文件/文件夹、删除文件/文件夹等

我确实创建了此类Web 部件,但在访问网络文件夹时出现“无法找到路径 '\comp01\ibc' 的一部分”之类的错误。 我正在使用名称空间 System.IO 进行文件相关活动。 我发现一个奇怪的行为,比如这个 Web 部件在另一个 wss 服务器上运行良好。

共享点是否需要任何类型的权限才能访问网络文件夹? 我使用的是 Windows 身份验证而不是基于表单的身份验证。

请在这方面帮助我。

I want to create a web part which will contain a button, on click of that button I want to access the network folder and apply the business logic such as create a file/folder, delete a file/folder e.t.c.

I do have created such kind of web part but it's giving error like "Could not find a part of the path '\comp01\ibc'" while accessing the network folder. I am using a name space System.IO for file related activities. I found a weird behavior like this web part works fine on another wss server.

Is share point requires any kind of privileges to access the network folder?
I am using a windows authentication not forms based authentication.

Please help me in this regard.

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

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

发布评论

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

评论(1

不回头走下去 2024-08-04 23:05:13

您尝试在 SharePoint Server 或其他服务器中的何处创建文件夹? 检查是否使用UNC\格式访问路径,确保已配置权限。 此外,模拟也有可能未配置为具有创建文件夹的权限,请检查应用程序池用户帐户权限。 最后,您可以尝试以提升的权限运行代码(将此作为最后一个选项)

Where are you trying to Create the Folder in the SharePoint Server or a Different Server?. Check if you are accessing the path using UNC \ format, make sure that the permission has been configured. Also there is a chance that impersonation is not configured to have rights to create the folder, check the App Pool User account permission. Finally you can try to run the code with elevated permission ( have this as last option)

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