Click here to Skip to main content
15,896,727 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900