Browse by Tags

Related Posts

  • Problem setting registry permission

    I am using the following code to change the permission for the registry programmatically. In this code I deny read access to the current user. That means the current user should not be able to get the value of the registry. But this is not happening. What is wrong with the following code? try { using...
    Posted to WCF REST Starter Kit (Forum) by techbug on 01-20-2009, 12:00 AM
    Filed under: NotGettingAnyResponses REST, resources, REST, REST WCF, wcf starterkit js ajax, wcfrest, Authentication WCF REST, endpoint.tv, issue error bug showstopper, links, WCF, WCF REST, WCF REST CommunityFeedback, WCF REST Starter Kit
  • WWW-Authenticate Header is present: Basic realm="epic9790.epicsys.com"

    I have a problem securing my WCF REST service. I am using the following binding configuration in Web.config: <webHttpBinding> <binding name="TransportConfig"> <security mode="TransportCredentialOnly"> <transport clientCredentialType="Basic" /> <...
    Posted to WCF REST Starter Kit (Forum) by techbug on 01-12-2009, 12:00 AM
    Filed under: REST, REST WCF, wcfrest, WCF, WCF REST, WCF REST CommunityFeedback, WCF REST Starter Kit
  • Urgent: Problem WCF REST service in IIS

    Hello All, I have a problem hosting WCF REST service in IIS. I want to expose the same service as SOAP as well as REST service. Moreover, I want to use single .svc file for this. Note: I don't want to user ServiceHostFactory or WebServiceHost2 as I want to expose this service as SOAP service too...
    Posted to WCF REST Starter Kit (Forum) by techbug on 01-08-2009, 12:00 AM
    Filed under: REST, WCF REST, WCF REST CommunityFeedback, WCF REST Starter Kit, REST WCF, wcfrest, WCF
  • Re: problem with Micorsoft.ServiceModel.Web assembly

    Yes, I have .NET SP1 installed on my PC.Still I am getting the same error. Why the WCF REST starter kit does not have the .dll file? Also, the Link you gave me (endpoint.tv - Securing RESTful services with ASP.NET Membership) is not working. Can you please update that link. It would be really helpful...
    Posted to WCF REST Starter Kit (Forum) by techbug on 01-07-2009, 12:00 AM
    Filed under: REST, wcf starterkit js ajax, Authentication WCF REST, WCF REST, WCF REST CommunityFeedback, WCF REST Starter Kit, REST WCF, wcfrest, WCF
  • InstanceContexMode = PerSession

    How do i use the ServiceBehaviour(InstanceContextMode = PerSession) with the webClient and calls from my ajax service. I want to execute the WCF REST Service in the PerSession mode so that i can have some in-memory variables such as username and passwords etc. i.e. i want to maintain Session in my WCF...
    Posted to WCF REST Starter Kit (Forum) by khasnis on 11-10-2008, 12:00 AM
    Filed under: resources, REST, endpoint.tv, links, WCF, wcfrest
  • List of WCF Rest Starter Kit Resources

    Hi, This post lists some of the resources that you can use to learn about the WCF REST Starter Kit: Overview of the WCF REST Starter Kit The MSDN WCF REST Dev Center Screencasts Whitepaper on building REST using WCF - (available now). Hands On Labs WCF REST Starter Kit page on CodePlex WCF REST Starter...
    Posted to WCF REST Starter Kit (Forum) by aramana on 10-27-2008, 12:00 AM
    Filed under: resources, links, wcfrest
  • Implementing Policy Injection Application Block & Unity Container in a Service Created with the REST Starter Kit

    I started by following the example for EntLib 3.x here http://msdn.microsoft.com/en-us/magazine/cc136759.aspx . Then followed the instruction on this link to get it to work with EntLib 4.1 http://entlib.codeplex.com/Thread/View.aspx?ThreadId=38767 . Now I can't figure out how to get it to work with...
    Posted to WCF REST Starter Kit (Forum) by NeXeS on 06-23-2009, 12:00 AM
    Filed under: wcfrest, REST WCF, WCF REST, WCF REST Starter Kit
  • Can I have REST ful WCF service use TCP instead of HTTP for transport ?

    I understand that a RESTful service over HTTP protocol maps HTTP verbs to actions on resources. We have a requirement of building and exposing a RESTful service for intranet as well as public use. Just hoping if it would be possible to configure a REST ful service to use TCP for transport instead of...
    Posted to WCF REST Starter Kit (Forum) by arunjd on 09-30-2009, 12:00 AM
    Filed under: wcfrest, WCF, WCF REST CommunityFeedback
  • Re: WCF REST Security

    Can you please explain by an example ? A short example will do. Also, I want to do authentication before the request actually reaches the service. Is there a way to know which service is being called? Thanks.
    Posted to WCF REST Starter Kit (Forum) by techbug on 01-15-2009, 12:00 AM
    Filed under: resources, REST, REST WCF, wcf starterkit js ajax, wcfrest, WCF, WCF REST, WCF REST CommunityFeedback, WCF REST Starter Kit
  • Re: Exception in RESTfull service

    I am not sending any content back: Here is the code: [WebGet(UriTemplate="get")] public void TestMethod() { throw new Exception("Testing.."); }
    Posted to WCF REST Starter Kit (Forum) by techbug on 01-15-2009, 12:00 AM
    Filed under: REST, REST WCF, wcf starterkit js ajax, wcfrest, WCF, WCF REST, WCF REST CommunityFeedback
Page 1 of 2 (11 items) 1 2 Next >