<webservices enabled="True">
<!-- You must set user-rights for each service. Enter the usernames seperated with comma (,) -->
<documentServiceUsers>your-username</documentServiceUsers>
<fileServiceUsers>your-username</fileServiceUsers>
<stylesheetServiceUsers>your-username</stylesheetServiceUsers>
<memberServiceUsers>admin</memberServiceUsers>
<templateServiceUsers>your-username</templateServiceUsers>
<!-- type of files (extensions) that are allowed for the file service -->
<fileServiceFolders>css,xslt</fileServiceFolders>
</webservices>
webservices error
Hi Using Umbraco 4.5.x
I get the following error:
Parser Error Message: Could not create type 'umbraco.webservices.members.memberService'.
Source Error:
Line 1: <%@ WebService Language="C#" CodeBehind="MemberService.asmx.cs" Class="umbraco.webservices.members.memberService" %>
browsing to
http://localhost/play_umbraco/umbraco/webservices/api/memberservice.asmx
My umbracoSettings.config:
Please help!
Thanks
Hi, I am having the same error.
Did you fix it, or does anybody know why does this happen?
Ok, I found a similar thread with some info about this:
http://our.umbraco.org/forum/getting-started/installing-umbraco/11675-umbracowebservicesdocumentsdocumentService-error
is working on a reply...