Create Failed for Login IIS APPPOOL\ASP.NET v4.0

前端 未结 5 1834
野的像风
野的像风 2021-02-08 20:42

I have Windows 7 Pro(x64), SQL Server 2008 developer edition, IIS 7.5 Trying to create a login for IIS APPPOOL\\ASP.NET v4.0 from SSMS->Security->Logins I am not getting the \"L

5条回答
  •  孤独总比滥情好
    2021-02-08 21:18

    Do not search for the user account. Type the user name directly into the "Login name" box of the New Login dialog. The format is "IIS AppPool\{poolname}".

    If you use the Search feature, the search will resolve IIS AppPool\{poolname} and return COMPUTER\{poolname} to the New Login dialog. COMPUTER\{poolname} doesn't exist, but IIS AppPool\{poolname} does.

    Just type it in.

提交回复
热议问题