Ambiguous site selection error

I'm trying to test external URL which absolutely doesn't work (either domain name or IP) Then I installed tool locally on server and trying to run it. I get following error.
Error -
Unable to start profiler - exception details RedGate.Profiler.Engine.IIS.IISException: Ambiguous site selection - at least two sites are bound to the same IP address and port.

I've multiple websites on server but none of them bound to same IP. Port may be same.

I'm running .NET 2.0 Windows 2003 IIS 6 and ANTS 3.0

My question is can't we run profiler which has multiple websites?

Thanks,
Manish

Comments

  • Hi,

    From memory, the most likely situation for this to show up in is if you've got a second website that's configured to use the same hostname and port, but is disabled or stopped.

    My suggestion would be to add a second port binding to the site you want to profile, and enter that into the target site - that should resolve the ambiguity.

    Hope that helps,
    Robert
    Robert Chipperfield
    Red Gate
  • Thanks Robert for wonderful suggestion...
Sign In or Register to comment.