[Loadsim-users] Loadsim against an IIS/ASP web site?
Brought to you by:
vsheffer
From: <ke...@ke...> - 2001-05-04 17:27:16
|
Does loadsim work when run against an IIS/ASP web site? The problem I'm having is that the simulation.xml file runs, but doesn't work as expected. What I do in this simple recorded test is: 1) log into ASP site (session authentication is used) 2) create a user by posting a form 3) log out The loadsim user seems to log in successfully, but never seems to log out. It also doesn't successfully create a user, so it looks like it just fails to do anything after the first step. We also have a trace log for our web objects. The last thing it does is get the URL of the user's "home page". After the login is done, the server gives the browser a redirect. While recording the session, I did notice that loadsim printed out messages about ignoring 304 commands (the redirects). Does it barf if it encounters a redirect? Any idea on the best way to find out what's going wrong? thanks, ken |