Hi,
Hope this may solve your problem..
To record by using an application that uses Windows authentication
1. Enable basic authentication, in addition to
Integrated Windows authentication, on your IIS server.
2. Record the ACT test script for testing your
application. Provide the appropriate domain, user name, and passwords
for your Web application when prompted by the tool.
3. Change the Web application configuration back to
Integrated Windows authentication.
4. Comment out or delete the following line of each
request in the test script, which was recorded in Step 2.
5. oHeaders.Add "Authorization", "Basic XYZ"
6. Set up the ACT users (using a separate user group
if needed) with the proper domains, user names, and passwords that you
want to simulate.
7. For each request, change the following line in the
script:
8. oRequest.HTTPVersion = "HTTP/1.0"
9. to:
10. oRequest.HTTPVersion = "HTTP/1.1"
11. Run the ACT test script.
Check this URL for more information:
URL :
http://msdn.microsoft.com/library/de...nethowto10.asp
Regards,
Sathyajith V K [Bangalore,India]
Sr. Performance Analyst