I have a windows service in .Net2.0 which calls a webservice which,is used to retrieve a record from the database. However, of late the windows service breaks, saying that there is maximum size for application pool has reached. When i checked the IIS logs, it tells me that the Connection Pool has been abandoned. Not sure where to look to and the client is sitting on my head. The windows service creates an XML from the database record it reads. Although the it is still creating some XML files, it breaks, it is intermittent and does not create all the XML files which are needed.