asp.net超时的应用程序池 [英] Application pool for asp.net timeout

查看:108
本文介绍了asp.net超时的应用程序池的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请告诉我如何在一个数据库中管理多个用户。

登录时更多用户然后发生错误应用程序池TimeOut。请帮助我。

Please tell me how to manage more then one user in one database.
when login more then user then it occur error "Application pool TimeOut". please help me.

推荐答案

尝试在 web.config 文件中使用您的连接字符串。



Try to use your connection string is as below on your web.config file.

<connectionStrings>
   <add name="MyDb" connectionString="Server=.;database=MyDb;Trusted_connection=true;pooling=true;MultipleActiveResultSets=True" providerName="System.Data.SqlClient" />

 </connectionStrings>





我希望这能解决你的问题。



I hope this will solve your problem.


这篇关于asp.net超时的应用程序池的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆