I had created a web application in my machine and trying to connect to SQL Server using Windows authentication on another machine in the same network. Is it possible way to connect like that?
I saw below link How to connect to SQL Server database using windows authentication remotely?
but I don't need to do like that "Providing your windows credentials are added to the server then you should be able to login' instead is it possible to give SQL Server machines user name and password in web.config by adding
<identity impersonate="true" userName="username" password="password"/>