Hey Dudes
I'm having a wierd problem creating a DB connection on a ASP.NET 1.1 web app.
Once every few days the Connection.Open () function just freezes till it gets a timeout, and from that moment and on every attempt to create a db connection from the application gets the same result until I restart the IIS service, but I can still connect to the same DB from a winforms app, using the exact same connection string. I'm using ASP.NET 1.1 over a windows 2003 server machine with a quad-core CPU, and SQL server 2000 on the same machine (connection is local).
any ideas, anyone?
Thanks,
Omer
I'm having a wierd problem creating a DB connection on a ASP.NET 1.1 web app.
Once every few days the Connection.Open () function just freezes till it gets a timeout, and from that moment and on every attempt to create a db connection from the application gets the same result until I restart the IIS service, but I can still connect to the same DB from a winforms app, using the exact same connection string. I'm using ASP.NET 1.1 over a windows 2003 server machine with a quad-core CPU, and SQL server 2000 on the same machine (connection is local).
any ideas, anyone?
Thanks,
Omer
Comment