Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Esben 5 posts 25 karma points
    Jan 24, 2014 @ 11:06
    Esben
    0

    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?

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Jan 24, 2014 @ 12:31
    Ismail Mayat
    0

    esben,

    can you hit that url when not in umbraco site i.e you have standalone site?

    Regards

    Ismail

  • Esben 5 posts 25 karma points
    Jan 24, 2014 @ 12:36
    Esben
    0

    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

  • Ivan Saric 40 posts 89 karma points
    Jan 27, 2014 @ 15:22
    Ivan Saric
    0

    Hi any solution?

    I have exactly the same problem and I tried everything.

  • Esben 5 posts 25 karma points
    Jan 28, 2014 @ 07:18
    Esben
    0

    Hello

    We found a solution in the "activate a windows function" under .Net Framework 4.5 Advanced Services -> WCF Services -> HTTP Activation

Please Sign in or register to post replies

Write your reply to:

Draft