Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to increase time in web.config for executing sql query

Tags:

When I am running a query in web application, I'm getting a null value. Same query directly in SQL Management Studio returns results.

I think that the problem is a timeout. How can I increase the time for execution of query in web application? In my web.config : connectionstring, there is no code for timeout. If I choose a timeout there, will that affect other parts of my system?