其中帐户默认情况下ASP.NET 4.0 code执行? [英] In which Account By Default ASP.NET 4.0 Code Execute?

查看:141
本文介绍了其中帐户默认情况下ASP.NET 4.0 code执行?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

让我们说,我有一个访问应用程序(读/写)文件系统(内部的应用程序文件),Active Directory和SQL Server数据库。我需要给权限此帐户,让他访问这些东西。应用程序池标识是IIS APPPOOL \\ ASP.NET V4,匿名身份验证启用(被配置为IUSR),窗体身份验证。

Let's say, I have an application that access(read/write) the file system(files inside application), Active Directory and SQL Server Database. I need to give the permission to this account, so that he access these things. Application pool identity is IIS APPPOOL\ASP.NET v4, Anonymous Auth is enabled(which is configure to IUSR), Forms Auth.

推荐答案

下面是一些很好的联系,你可以去通过这些来了解IIS用户

Below are some good links you can go through these to understand the iis user

在总结:

IIS 5.1(Windows XP中) - 这是一个本地ASPNET帐户

IIS 6 - 默认情况下,应用程序池在网络服务帐户是IIS_WPG组
成员下运行
IIS 7.0 - 仍然网络服务

IIS 7 SP2 / 7.5 - 在运行时所称为ApplicationPoolIdentity一个短暂的事情映射到一个帐户IIS APPPOOL \\ ApplicationPool(例如IIS APPPOOL \\默认应用)。此帐户是IIS_IUSRS用户组的成员

IIS 5.1 (Windows XP) - it's a local ASPNET account
IIS 6 - by default, application pools run under the Network Service account which is a member of IIS_WPG group
IIS 7.0 - still Network Service
IIS 7 SP2 / 7.5 - runs under an ephemeral thing called ApplicationPoolIdentity which maps to an account IIS APPPOOL\ApplicationPool (e.g. IIS APPPOOL\DefaultAppPool). This account is a member of IIS_IUSRS user group

信息来源来源: -

Infomation source:-

用户ASP.NET下
运行
<一href=\"http://stackoverflow.com/questions/5729264/what-are-all-the-user-accounts-for-iis-asp-net-and-how-do-they-differ\">What是所有用户帐户为IIS / ASP.NET,他们如何不同?

http://www.bluevisionsoftware.com/WebSite/TipsAndTricksDetails.aspx?Name=AspNetAccount

<一个href=\"http://www.iis.net/learn/get-started/planning-for-security/understanding-built-in-user-and-group-accounts-in-iis\" rel=\"nofollow\">http://www.iis.net/learn/get-started/planning-for-security/understanding-built-in-user-and-group-accounts-in-iis

<一个href=\"http://imar.spaanjaars.com/287/how-do-i-determine-the-security-account-that-iis-uses-to-run-my-web-site\" rel=\"nofollow\">http://imar.spaanjaars.com/287/how-do-i-determine-the-security-account-that-iis-uses-to-run-my-web-site

这篇关于其中帐户默认情况下ASP.NET 4.0 code执行?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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