Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Q: login screen

Reply
Thread Tools

Q: login screen

 
 
=?Utf-8?B?SklNLkgu?=
Guest
Posts: n/a
 
      06-13-2005
Hello,

I am tiring to create a login screen for our partners through out internet.
I have two options to go but I do not know which one I should go.

I am planning to create a user per partner in our Active Directory and check
active directory once the click login.

Or should I create the users in SQL Server and keep their password in a
table (I do not know how? Can you explain?)

Thanks,

 
Reply With Quote
 
 
 
 
bradley
Guest
Posts: n/a
 
      06-13-2005
If you setup an account in Active Directory and the partners are using
Internet Explorer, then you can use Windows Authentication as the login
method.

"JIM.H." <> wrote in message
news:29B6139E-65A3-4F45-820B-...
> Hello,
>
> I am tiring to create a login screen for our partners through out

internet.
> I have two options to go but I do not know which one I should go.
>
> I am planning to create a user per partner in our Active Directory and

check
> active directory once the click login.
>
> Or should I create the users in SQL Server and keep their password in a
> table (I do not know how? Can you explain?)
>
> Thanks,
>



 
Reply With Quote
 
 
 
 
Buddy Ackerman
Guest
Posts: n/a
 
      06-13-2005
Unless there is some other reason to use the Active Directory I probably
wouldn't use it solely for authentication. Assuming that your application
is hitting a database already I'd say that that's probably the best way
authenticate users. However, if you want to use integrated security and
impersonation, then you should use AD.




"JIM.H." <> wrote in message
news:29B6139E-65A3-4F45-820B-...
> Hello,
>
> I am tiring to create a login screen for our partners through out

internet.
> I have two options to go but I do not know which one I should go.
>
> I am planning to create a user per partner in our Active Directory and

check
> active directory once the click login.
>
> Or should I create the users in SQL Server and keep their password in a
> table (I do not know how? Can you explain?)
>
> Thanks,
>



 
Reply With Quote
 
=?Utf-8?B?SklNLkgu?=
Guest
Posts: n/a
 
      06-13-2005
Hi Buddy,

Which one is best, AD or SQL users?
When you say hiding database: we will put our application into another
machine and database will be in another machine, will this be enough hiding?
Thanks,


"Buddy Ackerman" wrote:

> Unless there is some other reason to use the Active Directory I probably
> wouldn't use it solely for authentication. Assuming that your application
> is hitting a database already I'd say that that's probably the best way
> authenticate users. However, if you want to use integrated security and
> impersonation, then you should use AD.
>
>
>
>
> "JIM.H." <> wrote in message
> news:29B6139E-65A3-4F45-820B-...
> > Hello,
> >
> > I am tiring to create a login screen for our partners through out

> internet.
> > I have two options to go but I do not know which one I should go.
> >
> > I am planning to create a user per partner in our Active Directory and

> check
> > active directory once the click login.
> >
> > Or should I create the users in SQL Server and keep their password in a
> > table (I do not know how? Can you explain?)
> >
> > Thanks,
> >

>
>
>

 
Reply With Quote
 
Buddy Ackerman
Guest
Posts: n/a
 
      06-13-2005
As long as the database is not on an external network (i.e. behind a
firewall that only the webserver can access) that's fine.



"JIM.H." <> wrote in message
news:03029AB5-64B2-4540-91C9-...
> Hi Buddy,
>
> Which one is best, AD or SQL users?
> When you say hiding database: we will put our application into another
> machine and database will be in another machine, will this be enough

hiding?
> Thanks,
>
>
> "Buddy Ackerman" wrote:
>
> > Unless there is some other reason to use the Active Directory I probably
> > wouldn't use it solely for authentication. Assuming that your

application
> > is hitting a database already I'd say that that's probably the best way
> > authenticate users. However, if you want to use integrated security and
> > impersonation, then you should use AD.
> >
> >
> >
> >
> > "JIM.H." <> wrote in message
> > news:29B6139E-65A3-4F45-820B-...
> > > Hello,
> > >
> > > I am tiring to create a login screen for our partners through out

> > internet.
> > > I have two options to go but I do not know which one I should go.
> > >
> > > I am planning to create a user per partner in our Active Directory and

> > check
> > > active directory once the click login.
> > >
> > > Or should I create the users in SQL Server and keep their password in

a
> > > table (I do not know how? Can you explain?)
> > >
> > > Thanks,
> > >

> >
> >
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Change Screen Saver that Comes On from XP Login Screen John Computer Support 3 08-21-2007 02:40 AM
Login to admin system through login screen only Colin Graham ASP .Net Security 1 04-11-2005 12:08 PM
News login different from mail login William W. Plummer Firefox 21 04-08-2005 05:37 AM
Forms Login Page Not Login Out Hermit Dave ASP .Net 5 01-13-2004 07:14 AM
Re: PLEASE? Any way to get the user's nt login from the pc -- not the server login? William F. Robertson, Jr. ASP .Net 0 07-02-2003 03:57 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57