If web application and SQL Server are on different machines(both running Windows) on intranet, can Windows anthentication still be used to access SQl Server or SQL authentication mode need to be used?
If web application and SQL Server are on different machines(both running Windows) on intranet,
Share
The web application server will be able to use Integrated Security (Windows Authentication) to access the SQL server if they are both part of the same Active Directory. If they’re not, you’ll need to use mixed mode.