匿名访问IIS [英] Anonymous access IIS

查看:145
本文介绍了匿名访问IIS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请有人可以帮助我了解在IIS匿名访问。我知道,通过当IIS installeled的帐户创建一个名为IUSR_的计算机名的,但这并不意味着我如果启用anoymous添加和用户对网站的根目录。我也看到了在服务器上,即使IUSR_的计算机名的使用,它实际上可以使用的网络服务用户。如果是的话我必须授予该用户权限的目录?

Please can someone help me understand anonymous access in IIS. I know by when IIS is installeled an account is created called IUSR_ComputerName but does this mean that I have to add and the user to root directory of the website if anoymous is enabled. I've also read that on a server even though the IUSR_ComputerName is used, it acutally used a network service user. If so do I have to grant this user permissions to the directory?

最后,用户密码不能被Windows管理的,是有一个工具,我可以用它来重置此?

Finally, as the user password is not managed by windows, is there a tool I can use to reset this?

非常感谢

推荐答案

用户密码是由Windows管理。你可以改变它作为一个普通的Windows用户,但可能不应该。

The user password is managed by Windows. You can change it as a regular Windows user but probably shouldn't.

如果您正在处理ASP.NET应用程序也不会真的(我想...)使用匿名用户。 (默认情况下,你将其改回网络服务中的应用程序池设置/身份),它将运行的应用程序池的身份,这是网络服务Windows之前2008R2和之后的Windows 2008R2成为ApplicationPoolIdentity。

If you are dealing with an ASP.NET application it will not really (I think...) use that anonymous user. It will run as the identity of the application pool, which is NetworkService until Windows 2008R2 and after Windows 2008R2 became ApplicationPoolIdentity (by default, you change it back to NetworkService in the AppPool settings/Identity).

的AppPoolIdentity从网络服务的不同之处在于它不具有访问网络(即,股上的其他计算机)。如果你确实需要访问它们,改回网络服务。该股份将与您正在运行你的应用程序的计算机的身份进行访问。

The AppPoolIdentity differs from NetworkService in that it doesn't have access to network (i.e. shares on other computers). If you do need to access them, change back to Network Service. The shares will be accessed with the identity of the computer on which you are running your app.

如果您的应用程序需要写入它的目录,你会需要授予网络服务的权利吧。

If your app needs to write to its directory you will need to grant NetworkService rights to it.

这篇关于匿名访问IIS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆