Ok, lets make it clear on my application process.
I am using three tier which asp scripts serve as client. I created a object dll which will handle database connection while the database is in another server. My problem now is the connection from the dll was terminated on its own after certain amount of time.
I test my application on two platform. One is windows 2k with IIS 5.1 where another is windows server 2003 SP1 with IIS 6.
My asp pages will refresh every 3 minutes which will show updated info, these runtine runs perfectly under W2K IIS5. Where as for Windwos server 2003, it runs well from begining but after certain time of amount, that error happended.
Thanks