Hi,
What is the relation between IIS application pool and Database(Ex: SQL Server) for a ASP.NET application? Does any changes in IIS application pool configuration effect database connections? or vice versa?
How does SQL Server maintain the connection pool, in conjunction with application pool? Does it maintains single connection pool for all different asp.net applications, if they use same connection string and from same application pool? What if they are from different application pool and same connection string?