Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: Security Component


Message #1 by nlegakis@p... on Mon, 22 Jan 2001 17:06:39 -0000
Any good security components out there?

Message #2 by Robert Chartier <rchartierh@a...> on Mon, 22 Jan 2001 12:17:16 -0500
with regards to what....?



what do you plan on securing?





Message #3 by nlegakis@p... on Mon, 22 Jan 2001 17:47:26 -0000
I need to secure access to certain folders on an intranet.  It would also

allow one of the users (an administrator) to add/edit the permission of

other users from a web interface.

Message #4 by Robert Chartier <rchartierh@a...> on Mon, 22 Jan 2001 13:05:42 -0500
well you could use local directory permissions on the folder



in windows explorer, you can right click, properties, security tab....etc...



no COM needed..

as for editing these from a web interface,  your options are more limited.



how important is this?





Message #5 by "Tony" <tony@a...> on Mon, 22 Jan 2001 19:38:33 -0800
Take a look at using ADSI, you will be able to build exactly what you like.





Tony

Message #6 by John Pirkey <mailjohnny101@y...> on Mon, 22 Jan 2001 11:08:46 -0800 (PST)
what kind of security are you looking for? as mentioned earlier, you can set folder

permissions either with IIS or Windows Explorer.  If you want people to have to

login to your site and be validated against the web server's domain, you can use

IIS's security options.  Either Basic, NTLM, Digest (win2k only) and there's one

more, Kerbeos (also win2k only), i think.  wil just a small amount of

reading/research you should be able to decide which is the best for your needs.



john

Message #7 by "BigWeeWebsiteCompany" <ph@t...> on Tue, 23 Jan 2001 00:39:26 -0000
read up on FileSystemObject, that will give you directory browsing methods

from a webpage, etc..



HTH



peter



----- Original Message -----

From: "John Pirkey" <mailjohnny101@y...>

To: "ASP components" <asp_components@p...>

Sent: Monday, January 22, 2001 7:08 PM

Subject: [asp_components] Re: Security Component





> what kind of security are you looking for? as mentioned earlier, you can

set folder

> permissions either with IIS or Windows Explorer.  If you want people to

have to

> login to your site and be validated against the web server's domain, you

can use

> IIS's security options.  Either Basic, NTLM, Digest (win2k only) and

there's one

> more, Kerbeos (also win2k only), i think.  wil just a small amount of

> reading/research you should be able to decide which is the best for your

needs.

>

> john

>

  Return to Index