12-20-06 06:18 PM
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 specifi
c
> websites corresponding to the user account logged in?
[ Post a follow-up to this message ]
|