WebTest failt with ISA Server

Hello,
I'm testing a web application in our intranet accessible from my development machine. In Visual Studio .NET 2005 beta I can record the web test but when I run it from the same pc I get an error from ISA (Http error BadGateway):

Error Code: 502 Proxy Error. The ISA Server denied the specified Uniform Resource Locator (URL). (12202)

I guess the authentication is transmitted from the web test. How can I do it without generating the code

Thanks,
Pierre


Answer this question

WebTest failt with ISA Server

  • Cicada

    Hello Eric,
    you are right, deleting the proxy I can run the test. I cannot use the IP address since it's a multi-homed site.

    Thanks for your help.

    Pierre



  • Martinavd

    There are a couple of things that you should try:

    1.) Click on the top level node of the web test then press F4.  What is the http proxy property set to   Since this is intranet, try deleting the proxy value if it was set.
    2.) Access the site via IP address instead of name

    Additional questions I have if neither of these work:
    1.) Does your proxy server require authentication
    2.) Does recording and previewing of an internet site work

  • WebTest failt with ISA Server