I am looking for a "cheap" option to find out if a site exists, given a URL.
I have no control over the server environment, so I am not able to add web services or code to it.
Is there a way to find out whether a site exists on the specified URL without resorting to catching ClientRequestException?