Why aren't connections being reused in my iSeries/ASP.NET MVC 4 app?

前端 未结 3 624
离开以前
离开以前 2021-02-19 08:50

We are running an MVC 4 web application on a Windows 2008 server farm. We have been trying to upgrade our server farm to Windows 2008 R2 64-bit servers but have run into an issu

3条回答
  •  -上瘾入骨i
    2021-02-19 09:11

    Turning off connection pooling might solve your problem. In the connection string include: Pooling=false;

提交回复
热议问题