I am a sql server DBA. I am not completely aware of how IIS recognizes a sql server windows login credentials.
This is for our testing only and doesnt reflect any prod or development env's. Right now we have created a new domain TESTweb.xyz.local and added an Active Passive windows and SQL Server Cluster set up to this domain. So my test database server is testdb\webtest. Our test web server is sitting on a different domain which is abc.local. The web server name is webserver1. Now I have restored the databases in testdb\webtest instance for the webs being hosted on webserver1. How do I ensure that the user will be able to login to weblication?
webs are using .net framework 4 and using IIS. If i create a domain account say webuser.xyz.local and create a login for this in testdb\webtest and give appropriate permissions on the database then how will the web be able to use this user to login to the web? what changes are required here at IIS as well as config file level. Currently the config files are using integrated security.