Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net Security (http://www.velocityreviews.com/forums/f62-asp-net-security.html)
-   -   Help With Security Please (http://www.velocityreviews.com/forums/t768045-help-with-security-please.html)

kirby.matt@gmail.com 11-27-2005 04:39 PM

Help With Security Please
 
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.


Paul Gielens 11-27-2005 05:32 PM

Re: Help With Security Please
 

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/
###


<kirby.matt@gmail.com> wrote in message
news:1133109552.359040.152110@g14g2000cwa.googlegr 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.
>
>





Rahul Soni 11-30-2005 10:45 PM

Re: Help With Security Please
 
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/
> ###
>
>
> <kirby.matt@gmail.com> wrote in message
> news:1133109552.359040.152110@g14g2000cwa.googlegr 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.
> >
> >

>
>
>
>



All times are GMT. The time now is 09:04 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.