Situation: My ASP.net application connects to another system for information via a TCP Connection
I am trying to simulate 100 people sitting & logging to my ASP.net application at the same time and connecting to the TCP Connection
Will creating a windows Application with 100 threads trying to connect to the TCP Connection provide the correct simulation/exact results
OR
Does ASP.net handle different instances differently.