I have a database in sql server and I open it with ASP using as a provider sqloledb.
The thing is that the first time after a while that I try to connect to the database, I have the following error:
Microsoft OLE DB Provider for SQL Server error '80004005'
Timeout expired
After that, I refresh and the page works fine and it connects to the db, if I try to connect again after that it works, but if I stop navegating a while, then it will happen the same
Is there something I can do to avoid this?