Guest JustinW Report post Posted June 13, 2009 Hi: I'm trying to test an .net web app that uses location authorization. Basically, if user is not logged in (and I'm using the standard .net Forms based authentication), then they are redirected to the login page. While recording a test session, I of course started with the login page, properly logged in, and the navigated to the different pages with no problem. My question is: When I actually run the test, how do I know what is actually happening? I mean, when WAPT's virtual user navigates to the various pages, are those pages actually loaded, or is the virtual user simply being redirected repreated back to the login.aspx page? If so, how do I get around that? Thanks! Quote Share this post Link to post Share on other sites