QUERY: 1 IIS set up to restrict websites according to login...

Is it possible to run only 1 IIS and set it up so that it displays specific
websites corresponding to the user account logged in?
Andrew Wan [ Mi, 20 Dezember 2006 18:21 ] [ ID #1573781 ]

Re: QUERY: 1 IIS set up to restrict websites according to login...

Yes.

You do this by providing website application which displays specific
pages corresponding to user account login.

No specific IIS configuration required.

You do not try to configure one IIS to display specific websites
corresponding to the user account logged in. Why? Because the user
account must first connect an IIS website BEFORE it can authenticates
to the website -- so IIS cannot choose the correct website for the user
because it doesn't have the user (authentication hasn't happened yet).

This is why you must run one IIS with one website application which
displays specific pages corresponding to user account login. IIS runs
the website application after the user authenticates, so the website
application can easily determine the specific pages to show to that
user.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//



Andrew Wan wrote:
> Is it possible to run only 1 IIS and set it up so that it displays specific
> websites corresponding to the user account logged in?
David Wang [ Mi, 20 Dezember 2006 19:20 ] [ ID #1573782 ]

Re: QUERY: 1 IIS set up to restrict websites according to login...

Yes.

You do this by providing website application which displays specific
pages corresponding to user account login.

No specific IIS configuration required.

You do not try to configure one IIS to display specific websites
corresponding to the user account logged in. Why? Because the user
account must first connect an IIS website BEFORE it can authenticates
to the website -- so IIS cannot choose the correct website for the user
because it doesn't have the user (authentication hasn't happened yet).

This is why you must run one IIS with one website application which
displays specific pages corresponding to user account login. IIS runs
the website application after the user authenticates, so the website
application can easily determine the specific pages to show to that
user.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//



Andrew Wan wrote:
> Is it possible to run only 1 IIS and set it up so that it displays specific
> websites corresponding to the user account logged in?
David Wang [ Mi, 20 Dezember 2006 19:20 ] [ ID #1573809 ]
Webserver » microsoft.public.inetserver.iis.security » QUERY: 1 IIS set up to restrict websites according to login...

Vorheriges Thema: Server execution failed
Nächstes Thema: how to use TSL with ASP.NET ?