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

前端 未结 5 1333
一生所求
一生所求 2021-02-08 19:41

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 20:13

    Fire up IIS = RUN -> INETMGR -> ENTER

    Choose the ASP.NET v4.0 application pool from the Applications Pools item in the tree view on the left

    Choose advanced settings

    Under the Process Model section change the Identity value to NetworkService.

    Important : Should alway use DefaultAppPoolIdentity for production environments

提交回复
热议问题