Quantcast
Channel: How to set timeout property to Connection String in web.Config?
Browsing latest articles
Browse All 9 View Live

Re: How to set timeout property to Connection String in web.Config?

uniquesaiful in web.config replace Connect Timeout=200 with  Timeout=200 Please mark as answer if this helps you. Are you implying this will work for Command timeout? If yes, can you quote the source...

View Article



Re: How to set timeout property to Connection String in web.Config?

 in web.config replace Connect Timeout=200 with  Timeout=200 Please mark as answer if this helps you.

View Article

Re: How to set timeout property to Connection String in web.Config?

ConnectionTimeout specifies how long, in seconds, should the code wait before timing out from trying to OPEN a connection. It relates directly to the line connection.Open(); CommandTimeout specified...

View Article

Re: How to set timeout property to Connection String in web.Config?

You can put the value in web.config, what we are saying is it's not a parameter of connection string (which you were trying to associate it with). So just create a key for command timeout and then...

View Article

Re: How to set timeout property to Connection String in web.Config?

Hi,I m thankful that you replied,But I did not get properly my answer.Is there any way so that we can set command Execution Time out in web.Config,So that we don't need to useit in every page.Actually...

View Article


Re: How to set timeout property to Connection String in web.Config?

View Article

Re: How to set timeout property to Connection String in web.Config?

It seems you are looking for command object time out property. The connection string attribute that you have used for is a connection string and not command object. That's the reason you "feel" a...

View Article

Re: How to set timeout property to Connection String in web.Config?

The connect timeout setting specifies the timeout for establishing the connection and not the command execution timeout.  As far as I know, you have to set the command timeout in code.

View Article


How to set timeout property to Connection String in web.Config?

Hi,I m using ASP.NET C# application for .Net 2008My question is that in my web.Config page,I want to set timeout propety for ConnectionString.I m using connection string like...

View Article

Browsing latest articles
Browse All 9 View Live




Latest Images