You need to make sure that the computer has a Windows IIS APPPOOL\DefaultAppPool
. Launch Computer Management on the computer, go to Local Users and Groups and view the properties in IIS_IUSRS
.
If there is no account called IIS APPOOL\DefaultAppPool
, then you cannot add a login to SQL Server. You will only have this account on your SQL Server computer, if you also use IIS on this computer, since IIS APPPOOL \ DefaultAppPool is a local account.
This link http://forums.iis.net/t/1174325.aspx seems very similar to your problem. There are some tips on how to solve the problem, including one at the very end that looks important.
source share