We are running into a very weird problem with out production site. We have a part on the site that will list items 5 at a time. there is also a button to view all at once. When alternating between these buttons sometimes the list will populate with a search that another user is executing at the same time. It is as if that iis is losing track of who is requesting what. If you point the development server to the real database this will not happen. It only happens with multiple users on viewing the site. Any help is greatly appreciated! thanks
Further Info: We are using asp 2.0 with .net 3.5 . IIS 6 on windows server 2003. The list is being populated via stored procedure from a sql server 2008 database.