IIS6.0 use anonymous and integrated security a the same time
- From: "Christophe Niel" <c.niel@xxxxxxxxxxx>
- Date: Fri, 14 Dec 2007 00:36:42 +0100
Hi all
I set up a IIS 6.0 sever a while ago when we were young and innocent and decided to implement a few simple security baseline for the intranet web site :
Integrated security on all the web sites
"authenticated user" with read access only on the files
"dev_group user" with write acces on the files
and various subdir right depending on the need.
We were happy, it worked fine, and since it was a brand new IT dev team with shiny new toys, the dev did a great job and lots of application were born using .NET
it was so well made that all the applications use a web service to identify each user and give him the correct right in each application. this WS is based on the windows authentication.
now it works so well we need to have some site accessed from other country branches our company is part of.
The problem is we don't share an active directory or any NT domain relationship at all, so I need to activate the anonymous access on the web site and if I do that, I cannot use the windows authentication anymore...
so what can I do to
allow anonymous user in my network to access my website
continue using the IIS/NTFS authentication for my domain users OR still get the security information with the anonymous acces activated.
is it even possible?
(my only option right now is to setup up a new server with a copy of everything but with anonymous acces... I don't like it at all.)
.
- Follow-Ups:
- Re: IIS6.0 use anonymous and integrated security a the same time
- From: David Wang
- Re: IIS6.0 use anonymous and integrated security a the same time
- Prev by Date: Re: authenticate with login web control on IIS5 or IIS6
- Next by Date: Re: IIS6.0 use anonymous and integrated security a the same time
- Previous by thread: Re: Trouble with AD Authentication on Web Site
- Next by thread: Re: IIS6.0 use anonymous and integrated security a the same time
- Index(es):
Relevant Pages
|