RE: security in windows app
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Fri, 12 Jan 2007 08:33:53 GMT
Hello Gerhard,
For your VB.NET windows application, does it only need to authenticate the
user through the membership/role database used by ASP.NET web application?
For Login Cotnrol, currently winform controls haven't included built-in
ones (equivalent to the ASP.NET login control). However, you can use the
ASP.NET membership & role APIs in winform application(or other non-ASP.NET
application). You only need to put the same membership & role provider
cofiguration in your winform application's app.config file.
Here is a blog article in which I've described how to do this:
#Manage database of ASP.NET 2.0 Membership & Role services in non-ASP.NET
context
http://blogs.msdn.com/msdnts/archive/2006/12/16/asp-net-2-0-membership-role-
management-out-of-asp-net-context.aspx
Hope this helps some. If you have any further questions, please feel free
to let me know.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- RE: security in windows app
- From: Gerhard
- RE: security in windows app
- Prev by Date: Re: Exception when use asp.net with .net remoting
- Next by Date: Re: Authentication exception calling ActiveDirectory.Domain.GetCom
- Previous by thread: Get Domain Name
- Next by thread: RE: security in windows app
- Index(es):
Relevant Pages
|