I'm working on a program to generate traffic to a user defined Virtual directory and then parse log files to verify that traffic. I'm writing it in C#. Up until now, we've just used IE and typed the URL for the Vdir and refreshed a half dozen times and then used Logparser to parse the logfiles. It's a multi-step process that becomes a pain when there's several Vdirs that need to be checked out. Can anyone direct me as to how I can programmatically generate this traffic against a defined Vdir without having to open IE and refresh the crap out of it?
Thanks!