I have deployed the .NET PetShop application on Win2008/IIS7/SQL2008. I have a .NET agent and a DB Agent....all of which are working fine. I am trying to simulate errors and one of things I have done is configured the IIS AppPool runnig my app to recycle after every 12 requests. when I am in the middle of running through a test transaction, after 12 clicks on my app, it becomes very slow for aabout 20 seconds (the appPool is recycling as expected and gives me the desired negative user experience). However, when the data gets into my AppD controller, I do not see any errors and no slowness is reported.
When the IIS AppPool is recycled, what does the AppD .NET Agent do? Does it recycle as well, therefore not reporting any real errors/slowness?
Thanks!
mike