VS2010 IIS Express中的项目文件夹需要什么权限?

发布于 2024-12-01 19:55:51 字数 585 浏览 2 评论 0原文

在 Visual Studio 2010 中使用 IIS Express 访问项目文件夹时是否有一些特殊的问题?我正在测试文件上传控件,并且不断收到访问被拒绝的 Asp.net 错误。

我有以下用户对我的根项目文件夹具有完全访问权限:

  1. 经过身份验证的用户
  2. IUSR
  3. 系统
  4. 网络服务
  5. 管理员(我是成员)
  6. 用户
  7. IIS_IUSRS (MyComputerName\IIS_IUSRS)

没有骰子。我可以将我的应用程序发布到我的 IIS7(非 Express)文件夹,没有问题。在项目文件夹中工作时有什么技巧吗?更改权限后是否需要重建应用程序?重新启动?我也把windows防火墙关掉了。

谢谢。

注意: 不确定这是否相关,但 Visual Studio 安装在“C”上,(我假设)IIS Express 也在那里运行。我的项目文件夹位于“D”。这应该不重要,但你永远不知道。

还有 我尝试在 serverfault.com 上发布这个问题,但那里都是蟋蟀。

Are there some special gotchas when accessing a project folder using IIS express in visual studio 2010? I am testing a file upload control and I keep getting access denied Asp.net errors.

I have the following users with FULL access to my root project folder:

  1. Authenticated Users
  2. IUSR
  3. System
  4. NETWORK SERVICE
  5. Administrators (I am a member)
  6. Users
  7. IIS_IUSRS (MyComputerName\IIS_IUSRS)

No dice. I can publish my application to my IIS7 (not express) folders and no problem. Is there some trick when working in project folders? Do I need to rebuild my application after changing permission? Restart? I also have windows firewall turned off as well.

Thanks.

Note:
Not sure if this is relevant but visual studio is installed on 'C' with (I assume) IIS express running there as well. My project folder is on 'D'. This shouldn't matter but you never know.

Also
I tried posting this question at serverfault.com but it's crickets over there.

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

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

发布评论

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

评论(1

爺獨霸怡葒院 2024-12-08 19:55:51

感谢 @Oded 在他评论的另一篇 帖子 上我找到了答案。尽管他的帖子很有帮助,但我的答案是基于@Hans Passant 发布的该问题的第二个答案。我从未遇到过任何权限错误,我只是忘记将文件名附加到文件夹目标。他严厉的回答确实是对症下药。

I figured it out thanks to @Oded on another post he commented on. Although his post was helpful my answer was based on the second answer to that question posted by @Hans Passant. I never had any permission errors, I just forgot to append my file name to the folder destination. His harsh answers was indeed the right medicine.

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