문제

I'm trying to implement Windows Live Authentication in my ASP.Net application. Article really help me out. Above article needs redirection to the Windows Live website for authentication which i don't want to be. As am writing the code in a web service which will be called from mobile application. Any idea on how i can achieve this ? Later with this authentication i will try to access the Microsoft Forums Services.

Thanks in advance.

도움이 되었습니까?

해결책

You could use the HttpWebRequest class to post the credentials along with the AppId if you don't want to use this frame or you can't because of the service.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top