|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
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? 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: Show quoteHide quote > 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?
IIS7 with multiple web sites - Windows Auth only working on localhost
Could not load type 'System.Web.Security.AccessRoleProvider' UNC Share causing Internal Server Error 500 Virus in IFRAME injected into our ASP pages (downloader trojan on client) Login not require a domain in IIS hosted site? Dual https on same server not working Certificate Installed Now I can't log into the Site ITS Windows 2003 IIS 6.0 SSL - error 404 Disable or Control certificate auto-import? IIS Authentication |
|||||||||||||||||||||||