RE: security in windows app
- From: Gerhard <acsla@xxxxxxxxxxxxxxxx>
- Date: Tue, 16 Jan 2007 20:06:01 -0800
Thank you.
That was very helpful. I have the basic functionality I need working.
Is there a simple way to pull the connection string out of the app.config
file?
If I wanted to change this value or the connection string in the config file
after the app has been deployed and setup run, where would I go to change
this?
Generally, is there a document that describes how .net handles windows apps?
It doesn't seem to make a simple .exe anymore.
Thanks.
"Steven Cheng[MSFT]" wrote:
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: Steven Cheng[MSFT]
- RE: security in windows app
- References:
- RE: security in windows app
- From: Steven Cheng[MSFT]
- RE: security in windows app
- Prev by Date: Re: Integrated Windows Authentication Timeout?
- Next by Date: Re: Authentication exception calling ActiveDirectory.Domain.GetCompute
- Previous by thread: RE: security in windows app
- Next by thread: RE: security in windows app
- Index(es):
Relevant Pages
|