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
Hello
Im trying to make a new svc service. Ive added ~/Webservices to my umbracoReservedPaths
<add key="umbracoReservedPaths" value="~/umbraco,~/install/,~/Webservices" />
when i go to the url: /Webservices/Service1.svc, i get the error: HTTP-fejl 404.3 - Not Found
Any sugestions how to fix this?
esben,
can you hit that url when not in umbraco site i.e you have standalone site?
Regards
Ismail
When i enter the url in another project without umbraco it works fine.
It seems like it finds the file but somehow blocks it
I know umbraco removes the webservice handlerFactory
<remove name="WebServiceHandlerFactory-Integrated" />
But i dont know how im supposed to hit the file then.
If i add .svc to mime type it downloads the file fine, so its the right path
Hi any solution?
I have exactly the same problem and I tried everything.
We found a solution in the "activate a windows function" under .Net Framework 4.5 Advanced Services -> WCF Services -> HTTP Activation
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Wcf in umbraco 7
Hello
Im trying to make a new svc service. Ive added ~/Webservices to my umbracoReservedPaths
<add key="umbracoReservedPaths" value="~/umbraco,~/install/,~/Webservices" />
when i go to the url: /Webservices/Service1.svc, i get the error: HTTP-fejl 404.3 - Not Found
Any sugestions how to fix this?
esben,
can you hit that url when not in umbraco site i.e you have standalone site?
Regards
Ismail
When i enter the url in another project without umbraco it works fine.
It seems like it finds the file but somehow blocks it
I know umbraco removes the webservice handlerFactory
<remove name="WebServiceHandlerFactory-Integrated" />
But i dont know how im supposed to hit the file then.
If i add .svc to mime type it downloads the file fine, so its the right path
Hi any solution?
I have exactly the same problem and I tried everything.
Hello
We found a solution in the "activate a windows function" under .Net Framework 4.5 Advanced Services -> WCF Services -> HTTP Activation
is working on a reply...