Increase number of connection to database from ASP.NET
Write below code in your web config file
Write below code in your web config file
<add key="ConnectionString" value="Data Source=servername;User ID=sa; Password=pass@123;
Initial Catalog=databasename; Max Pool Size=400;" />
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.