Re: Authentication problem
windows authentication uses the Authentication of the System requesting the SQL connection.. IE. the IIS server.. You could try setting up IIS to authenticate the every user (Do not allow Anon logins)...
Re: Authentication problem
Quote:
Originally Posted by
GremlinSA
windows authentication uses the Authentication of the System requesting the SQL connection.. IE. the IIS server.. You could try setting up IIS to authenticate the every user (Do not allow Anon logins)...
I disabled anonymous authentication and it doesn't work either
i've read about identity impersonate but no success so far
the only thing that works is removing ApplicationPoolIdentity and adding my windows account instead