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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...