I would like to enable anonymous access to most content, including the main
root home page, of a particular portal site that is hosting a SharePoint
Portal Server v2 portal. In IIS, I enabled anonymous access in directory
security for the portal site. But now, becuase people who have user
accounts on the portal aren't asked for authentication, of course the their
targeted links no longer show up on the home page and the link to their
personal home site is not on the home page as well. A simple solution to
this would be to create a link on the home page to a non-anonymous page for
login purposes. However, many things in Sharepoint have public and private
views (in other words, all authenticated users may see something entirely
different at a particular URL than does a person who has a personal view).
When anonymous access is enabled, the private view is no longer available or
easily accessible so when you send a URL to someone, if it is your intention
to show them the private authenticated view, there seems to be no easy way
to accomplish this.
Do I need to create a separate site in IIS, one for anonymous and one for
authenticated access or is their a simpler (or more clever) fix using IIS6
or something else?