Authentication in webAPI
问题 I want to set Individual authentication for the web API application i have created in Visual studio 2013 using Asp.net . please tell me how can i do that . VS 2013 by default provide several types of authentication while designing . i choose individual Authentication . But don't know how it works . 回答1: Create authentication token on server-side and store it in your database or even in cache. Then send this token with requests from your win forms application. WebApi should check this token