缺少 IUSR 帐户和 Asp.net 帐户

发布于 2025-01-04 03:06:01 字数 184 浏览 0 评论 0原文

当我想通过 IIS 管理器浏览我自己的 asp.net 网站时,出现此错误 HTTP 错误 500.19 - 内部服务器错误 无法访问所请求的页面,因为该页面的相关配置数据无效。 解决方案为 IUSR 用户授予访问(读取)web.config 文件的权限。 但是当我这样做时,IUSR 帐户不会出现在属性窗口中的“用户和组名称”上。 不知道是什么问题??

I got this error when i want to browse my own asp.net website through IIS manager
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
The solution for this give IUSR user permission to access(read) the web.config file.
But when i do this the IUSR account not appear on the "user and group names" in porperties windows.
I don't know what is the problem??

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

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

发布评论

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

评论(3

ゝ偶尔ゞ 2025-01-11 03:06:01

终于我找到了问题的解决方案。 asp.net 帐户没有出现在 IIS 管理器中,因为我没有在 IIS 中选中其复选框,以便在 Windows 7 中执行此操作 按照步骤

  1. 打开控制面板
  2. 单击“程序”链接(不是卸载程序)
  3. 单击“打开 Windows 功能”打开/关闭”链接
  4. 在弹出窗口中找到“Internet信息服务IIS”并展开其节点
  5. 展开“万维网服务”节点
  6. 展开“应用程序开发功能”节点选中
  7. “ASP.NET”复选框
  8. 然后单击确定按钮

现在您将看到 Asp.net 帐户在 IIS 管理器上,默认情况下您会看到 IIS 帐户 现在您应该将您的 ASP.NET 网站从“我的文档”移动到 IIS 有权访问它的另一个位置(到您计算机上的任何分区) 现在从 IIS 管理器浏览您的网站.它会很好地工作,非常感谢杰夫·特纳(Jeff Turner)试图解决我的问题,非常感谢。 – Yasmeen 刚刚编辑
现在您将在 IIS 管理器上看到 Asp.net 帐户,并且默认情况下您会看到 IIS 帐户 现在您应该将您的 asp.net 网站从“我的文档”移动到 IIS 有权访问它的另一个位置(到您计算机上的任何分区)计算机)现在从 IIS 管理器浏览您的网站。
它会很好地工作,非常感谢 Jeff Turner 试图解决我的问题,真的谢谢。

Finally I get the solution for my problem. The asp.net account not appear in the IIS manager because I didn’t check its check Box in IIS to do this in windows 7 follow the steps

  1. Open control panel
  2. Click on” program” link (not uninstall programs)
  3. Click” turn windows features on/off” link
  4. locate” Internet Information services IIS” in the pop up window and expand its node
  5. Expand the” World Wide Web Service” node
  6. Expand “Application Development Features” node
  7. check the check box of”ASP.NET”
  8. Then click ok button

Now you will see the Asp.net account on the IIS manager and by default you see IIS account Now you should move you asp.net website from “my document” to another place the IIS have permission to access it (to any partition on your computer) Now browse your website from IIS manager .It will work well thanks a lot Jeff Turner for trying to solve my problem really thanks. – Yasmeen just now edit
Now you will see the Asp.net account on the IIS manager and by default you see IIS account Now you should move you asp.net website from “my document” to another place the IIS have permission to access it (to any partition on your computer) Now browse your website from IIS manager.
It will work well thanks a lot Jeff Turner for trying to solve my problem really thanks.

所有深爱都是秘密 2025-01-11 03:06:01

您尝试过运行 aspnet_regiis 吗?

以管理员身份打开命令提示符并 cd 到 C:\Windows\Microsoft.net\Framework\v4.0.30319\ 然后运行

aspnet_regiis -i

并查看是否会创建您的 iusr 帐户。不要忘记将您几个小时前提出的与此相关的问题也标记为答案。

have you tried running aspnet_regiis?

open up a command prompt as administrator and cd to C:\Windows\Microsoft.net\Framework\v4.0.30319\ then run

aspnet_regiis -i

and see if that creates your iusr accounts. Don't forget to mark the question you asked related to this a few hours ago as answer as well.

旧话新听 2025-01-11 03:06:01

这个答案帮助我找到了它:
Windows Server 2008 R2 / IIS7.5 上缺少 IUSR 帐户

只需确保当您搜索时,您会转到位置的服务器级别并包含所有类型...

This answer helped me find it:
Missing IUSR account on Windows Server 2008 R2 / IIS7.5

Just make sure that when you search, you go to server level on location and include all in types...

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