On IIS running on Windows XP what is considered a single connection? If there are only 10 connection allowed on a single computer running windows xp (according to the MSDN website) what is considered a single connection. I thought this meant 10 users could simultaneously connect. But after working with just two users and having problems I am beginning to have my doubts. Anyone know for sure?
*Example Scenario: * On one report I am running an html page that has about 5 images and 3 frames in a frameset and several includes for javascript and css files. Are each of these considered connnections because it has to load up files by establishing a connection for each one asynchronously? The error message only comes When both users run this single report. One of the users experiences a fault on one of their sessions connecting to IIS and a subsequent loss of data on their browser while the other user does not experience any problems. Is this because a single web page can have multiple connections?