How to implement Membership provider and use the logon model in windows forms application? or for office templates in Visual Studio 2010.
Asked
Active
Viewed 1,643 times
1 Answers
0
Built-in ASP.NET membership provider is SQL-based so using in stand-alone desktop application seems to be inapplicable

abatishchev
- 98,240
- 88
- 296
- 433
-
why? desktop applications and web apps use SQL databases all the same. – tenfour Mar 01 '11 at 02:12
-
@tenfour: if OP's app is a thick client - no problem, i was talking about stand-alone app without direct access to a database – abatishchev Mar 01 '11 at 02:40