VS2010 Load Testing - Restricting ports

Posted by marks-s on Stack Overflow See other posts from Stack Overflow or by marks-s
Published on 2010-05-07T13:07:35Z Indexed on 2010/05/07 13:08 UTC
Read the original article Hit count: 387

Filed under:
|

As per the trouble shooting guide for VS2010 Load Testing (http://social.msdn.microsoft.com/Forums/en/vststest/thread/df043823-ffcf-46a4-9e47-1c4b8854ca13), I'm trying to restrict the range of ports used for client-controller communication.

HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\VisualStudio\10.0\EnterpriseTools\QualityTools\ListenPortRange\PortRangeStart

HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\VisualStudio\10.0\EnterpriseTools\QualityTools\ListenPortRange\PortRangeEnd

I've set these keys on the client as described but according to netstat the client is still listening on random ports. The controller is attempting to communicate on the same random ports as the client.

Anyone experienced the same?

© Stack Overflow or respective owner

Related posts about loadtest

Related posts about VisualStudio