how to fix Windows NT user or group 'IIS APPPOOL\DefaultAppPool' not found?

Viewed 23079

when I run on sql server 2005:

EXEC sp_grantlogin "IIS APPPOOL\DefaultAppPool"

I get the error:

Msg 15401, Level 11, State 1, Procedure sp_grantlogin, Line 49
Windows NT user or group 'IIS APPPOOL\DefaultAppPool' not found. Check the name again.

How can I fix this?

4 Answers
Related