Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Help With Security Please

Reply
Thread Tools

Help With Security Please

 
 
kirby.matt@gmail.com
Guest
Posts: n/a
 
      11-27-2005
Hello, I am in the design stages of an ASP.NET application for my
company, and I am wondering how I shoudl handle security. Even though
this application is going to be internal and only 2-3 users, who will
rarely change, they still insist on making it a web application. My
first inclination is to use the Web.config and use Authorization to
authorize the 3 users and deny everyone else. A couple of other apps
here connect to Active Directory and authenticate the users that way,
but I feel like that would be overkill and one more connection to
maintain. There is also the possibilty of having a SQL table. There
will be no login page, so any kind of authentication will be based on
the users Windows user id. Any thoughts? Thanks.

 
Reply With Quote
 
 
 
 
Paul Gielens
Guest
Posts: n/a
 
      11-27-2005

Windows authentication suit your needs. Windows authentication uses the
security features integrated in your operating system/corporate network user
names, passwords andpermissions to authenticate and authorize web
application users.

<autorisation>
<deny users="?">
<autorisation>

Best regards,
Paul Gielens

Visit my blog @ http://weblogs.asp.net/pgielens/
###


<> wrote in message
news: oups.com...
> Hello, I am in the design stages of an ASP.NET application for my
> company, and I am wondering how I shoudl handle security. Even though
> this application is going to be internal and only 2-3 users, who will
> rarely change, they still insist on making it a web application. My
> first inclination is to use the Web.config and use Authorization to
> authorize the 3 users and deny everyone else. A couple of other apps
> here connect to Active Directory and authenticate the users that way,
> but I feel like that would be overkill and one more connection to
> maintain. There is also the possibilty of having a SQL table. There
> will be no login page, so any kind of authentication will be based on
> the users Windows user id. Any thoughts? Thanks.
>
>




 
Reply With Quote
 
 
 
 
Rahul Soni
Guest
Posts: n/a
 
      11-30-2005
Please have a look at this link...

http://msdn.microsoft.com/library/de...horization.asp

HTH
--
Thanks,
Rahul Soni

--->The secret to creativity is knowing how to hide your sources<---



"Paul Gielens" wrote:

>
> Windows authentication suit your needs. Windows authentication uses the
> security features integrated in your operating system/corporate network user
> names, passwords andpermissions to authenticate and authorize web
> application users.
>
> <autorisation>
> <deny users="?">
> <autorisation>
>
> Best regards,
> Paul Gielens
>
> Visit my blog @ http://weblogs.asp.net/pgielens/
> ###
>
>
> <> wrote in message
> news: oups.com...
> > Hello, I am in the design stages of an ASP.NET application for my
> > company, and I am wondering how I shoudl handle security. Even though
> > this application is going to be internal and only 2-3 users, who will
> > rarely change, they still insist on making it a web application. My
> > first inclination is to use the Web.config and use Authorization to
> > authorize the 3 users and deny everyone else. A couple of other apps
> > here connect to Active Directory and authenticate the users that way,
> > but I feel like that would be overkill and one more connection to
> > maintain. There is also the possibilty of having a SQL table. There
> > will be no login page, so any kind of authentication will be based on
> > the users Windows user id. Any thoughts? 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
Please please please help this guy with his open source java app casioculture@gmail.com Java 4 05-05-2005 08:24 AM
Computer problems please please please help Nick Computer Support 0 06-04-2004 08:49 PM
HELP! HELP! PLEASE, PLEASE, PLEASE tpg comcntr Computer Support 11 02-15-2004 06:22 PM
please help... ...me learn C++ please please please :) KK C++ 2 10-14-2003 02:08 PM
IT-Security, Security, e-security COMSOLIT Messmer Computer Support 0 09-05-2003 08:34 AM



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