Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Anyone had any experience with using WCF with Umbraco
I have added
/applications/MsService/Clubservice.svc
to
"umbracoReservedUrls"
I get this error
This collection already contains an address with scheme http. There can be at most one address per scheme in this collection.
Parameter name: item
when I call mysite.dk/applications/MsService/Clubservice.svc
Thanks
Paul S
You dont have to include Clubservice.svc in reserve urls... it would be something like this =>
<add key="umbracoReservedPaths" value="~/umbraco,~/install/,~/MsService/" />
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
WCF with Umbraco
Anyone had any experience with using WCF with Umbraco
I have added
/applications/MsService/Clubservice.svc
to
"umbracoReservedUrls"
I get this error
This collection already contains an address with scheme http. There can be at most one address per scheme in this collection.
Parameter name: item
when I call mysite.dk/applications/MsService/Clubservice.svc
Thanks
Paul S
You dont have to include Clubservice.svc in reserve urls... it would be something like this =>
<add key="umbracoReservedPaths" value="~/umbraco,~/install/,~/MsService/" />
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.