I moved my WcfHostWeb from Cassini to IIS.
Updated the ServiceReferences.ClientConfig file to point to
address
="http://localhost/WcfPortal.svc"placed the clientaccesspolicy.xml and crossdomain.xml in the home directory of my iis default web site but I get the exception
"The remote server returned an error: NotFound"
Am I missing something?
You are missing the actual virtual directory. Should be something
like “http://localhost/VirDir/WcfPortal.svc”
Sergey Barskiy
Principal Consultant
office: 678.405.0687 |
mobile: 404.388.1899
Microsoft Worldwide Partner of the Year | Custom
Development Solutions, Technical Innovation
From: davido
[mailto:cslanet@lhotka.net]
Sent: Tuesday, February 10, 2009 12:38 PM
To: Sergey Barskiy
Subject: [CSLA .NET] "The remote server returned an error:
NotFound"
I moved my WcfHostWeb from Cassini to IIS.
Updated the ServiceReferences.ClientConfig file to point to
address="http://localhost/WcfPortal.svc"
placed the clientaccesspolicy.xml and crossdomain.xml in the home directory
of my iis default web site but I get the exception
"The remote server returned an error: NotFound"
Am I missing something?
Copyright (c) Marimer LLC