RE: security in windows app



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.







.



Relevant Pages

  • RE: Disabling VB generated error message inUnhandledException even
    ... winform project, I am assuming that you are using .Net Winform. ... called by a pre-registered Application.ThreadException handler of VB2005. ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework.windowsforms)
  • RE: Web Administration Tool Crashes when creating user
    ... It will check if the Role Manager has been enabled. ... It is reusing the default connection string name: ... Microsoft Online Community Support ... nature are best handled working with a dedicated Microsoft Support Engineer ...
    (microsoft.public.vsnet.setup)
  • Re: How to call an SSIS package from ASP.NET 2.0?
    ... Winform application is quite different from ASP.NET ... I suggest you check the ASP.NET application's running security identity ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: ClickOnce Security Probleme in VS2008 AND VS2005
    ... My application is a WinForm application. ... All my ClickOnce projects work before I install VS2008... ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.vsnet.general)
  • RE: Difference with using between 1.1 and 2.0?
    ... To answer your questions, the application type is a Winform application, the ... snippet I provided was being run by a button event handler in the main thread. ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework.clr)