Need an idea

  • Thread starter Thread starter CJ Taylor
  • Start date Start date
C

CJ Taylor

Ok,

So I'm given this project after being out of windows programming (been
primarly asp.net) for a little while. Sure, I've written VB.NET apps and
all, but mainly just something quick and dirty... well some a bit bigger but
you get the point.

Anyways, I'm developing a consumer app, in which case we are using
Enterprise Architect to do so. So, as per instructed I have to have this in
the "Enterprise" format, which is a bunch a DLL's, no problem. However, my
question is, I want to make al ogin form. I know this is a dumb question,
but I want to store user information from a user login form in a "session"
like context.

Now in ASP.NET, we do this with the session object/context. What could I
use in Windows Forms to do something like that. Is there any articles on
Authentication in Windows forms?

Thanks,
CJ
 
Charles,

I did read nothing about the Active Directory, how is that involved in your
case?

Cor
 
Hi CJ =)
I did read something I thought on MSDN about replacing the authentication to
the SQL server,
in a kind of standard mode, are you using that or too not?
Cor
 
Back
Top