I've got a silverlight app installed as a web part feature in a sharepoint site collection. Everything works fine in a small development site collection, but in a large collection with many subsites, the app has problems with Sharepoint web services. It hits the sharepoint web services and retrieves data about each subsite, but at some point along the way, the server simply stops responding. No HTTP error messages (and consequently, no exceptions bubble up the call stack), nothing at all. I've checked the server-side as well, and found nothing in the event log.
My first guess was that it might have something to do with authentication timing out, but shouldn't accessing the web services cause the authentication tickets to be renewed (both Forms and Windows auth)?
Has anyone seen behavior like this before?