I need to use my current ASP Net forms authentication with Kendo UI Mobile. Any ideas on how to make it work? I can't find any posts or tutorials around this.
Hi Xavier,
Have a look around for examples of he asp.net authentication service. These are built in web services with in asp.net and can be turned on to access membership, roles and profiles. I am just about to start a LOB app using these. Here are a couple of links:
http://msdn.microsoft.com/en-us/library/bb547119(v=vs.100).aspx
http://stackoverflow.com/questions/3589020/how-to-do-forms-authentication-on-purely-html-pages-using-asp-net
http://www.asp.net/ajax/documentation/live/tutorials/UsingFormsAuthenticationTutorial.aspx
Hope these links point you in the right direction.
Chris