Hi,
I believe this would be possible, but it might not be all that easy to set
up (unless I missed something)... :-)
You have to setup two sites (E.g. Site1 and Site2) in IIS where they both
point to same content (e.g. c:\inetpub\...(note this is not recommended
location for web content)).
Each site should have its own IP address. Now for Site1 you can configure it
to require password for any requests (and e.g. open appropriate TCP ports on
firewall).
On Site2 you only allow access from one IP address (e.g. you can limit this
on either firewall or on IIS under Directory Security (IP address and domain
name restrictions button) where you can specify which IP address has access
to the site); but you configure this site to allow Anonymous Connections
(again under Directory Security -> Authentication and access control
button).
I hope this helps. Let me know if you need further help with this...
--
Mike
Microsoft MVP - Windows Security
[quoted text, click to view] "Dominique" <Dominique@discussions.microsoft.com> wrote in message
news:B6C8FCB5-4EA2-4B45-BA32-C615AE37942F@microsoft.com...
> Hi,
>
> I want to grant access for my web site for some IP address with not
> password
> and for the internet I want a user/login to access to the web site.
>
> It possible?
>
> Config: Windows 2003 server with IIS 6.0
>
>