stephenk1973
Technical User
I'm running a stored procedure on my SQL Server, it takes a minute or two depending on the passed parameters.
When i attach my .Net page the page always times out after 30seconds, but in may sting i (think) i have set the timeout to 200s. web.config as below....
Where should i be setting the Timeout?
Thanks
Stephen
<connectionStrings>
<add name="AAReportConnectionString" connectionString="Data Source=AAPPS02;Initial Catalog=AAReport;Integrated Security=True;Connection Timeout=200;" providerName="System.Data.SqlClient"/>
</connectionStrings>
w
When i attach my .Net page the page always times out after 30seconds, but in may sting i (think) i have set the timeout to 200s. web.config as below....
Where should i be setting the Timeout?
Thanks
Stephen
<connectionStrings>
<add name="AAReportConnectionString" connectionString="Data Source=AAPPS02;Initial Catalog=AAReport;Integrated Security=True;Connection Timeout=200;" providerName="System.Data.SqlClient"/>
</connectionStrings>
w