Hi,
I specified the following URL in scenarios file.
url = http://<ip address for my webserver>:port#/default2.aspx
When I run WCAT, i got the responses as 404 not found error. If i specify only the root URL (url = http://<ip address for my webserver>:port#/) i am able to get 200 ok result.
FYI... i am able to access the URL via IE and FF browsers.
Also the following URL is asp.net authenticated form.
url = http://<ip address for my webserver>:port#/default2.aspx
Can i use the same the same (Basic/NTLM) code for this purpose? I presume (Basic/NTLM) code is for resolving windows authentication. Please clarify
Can any one help me to get out of this trouble?
Thanks!
Regards,
Sundar