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

前端 未结 5 2022
广开言路
广开言路 2021-02-08 15:47

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 16:15

    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.

提交回复
热议问题