Hi,
I am developing a web application on .NET Framework 3.5. The database server is SQL Server 2008. In connectionStrings of web.config, the database name is set as “mydatabase”. Mini pool size is set to 50. When I use sp_who to check database connections, I found that for most of sleeping connection, the dbname is master, not “mydatabase”. My question is: is master the database for all sleeping connections, or is there some wrong about my configuration?
Can anyone help me about this?