authentication - IIS 7 cannot log into Sql Server Database -


i have iis 7 application uses domain login. (basic settings, connect as)

the application log in server name @ first until set application in it's own application pool.

now application gets read data gridview when attempt detailsview edit permission fails.

i had database set accept machine read/write (and worked) can't use solution being application move different machine , want use specific set of credentials.

any idea how solve this?

i had set account of application pool user

http://learn.iis.net/page.aspx/624/application-pool-identities/

in above tutorial there section: configuring iis application pool identities

just set 'custom account' instead of default user.

now can use ssip access machine db read/write


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -