Hi there,
My global.asa opens a connection in Session_OnStart() and accesses a table in SQL Server.
Sometimes the application runs properly but sometimes it gives an error that SQL server database doesn't exist or access denied.But after sometime my application starts working.
For past two days I 've noticed that generally this error occurs just after starting my server.
Is there any possibility that the error is because of SQL server.May be the server takes some time in starting up the database or the cause lies with global.asa.
Thanks,
Sweta