Hi,
I have a RESTful service which is on Visual Studio 2010 with .net framework 4.0 on Windows server 2003.
Please suggest me the Oauth2.0 authentication implementation step by step. I could not find the complete information on web through google. can anyone help me on this.
For the same service i need to enable CORS. I have implemented the service in the way that enable CORS in .net framework 4.0 but while calling from javascript it gives me error saying that "No Transport". Could anyone help on this. Enable CORS, I have added few classes like CorsSupportBehaviorElement, CorsWebServiceHostFactory and web.config changes like Access-Control-Allow-Origin" ="*",
Thanks,
Prathyusha.