MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

MOSS 2007 : Anonymous & Authenticated access

  Asked By: Ruchir Roy/ray         Date: Mar 17, 2007      Category: MOSS      Views: 267
 

If we enable anonymous access for a portal/web application,
automatically all other users (authenticated) will be treated as
anonymous users.

In that case how to allow anonymous access for the portal? We want to
maintain single portal for both users.

How to address this issue?

Tagged:          

 

2 Answers Found

 
Answer #1       Answered By: Aditiya Kapale          Answered On: Mar 17, 2007       

The easiest way to do this would be to create a separate zone by extending
the existing Web Application to another URL. This will create two websites
in IIS that both point to the same content. Then you can set Anonymous
Access in IIS for one URL but not for the other. When users browse the
anonymous URL they will be treated as anonymous  users, when they browse the
other they will be prompted to login but the content will be the same.

 
Answer #2       Answered By: Cristopher Gould          Answered On: Mar 17, 2007       

You can check this post of mine:
geekswithblogs.net/.../106224.aspx

I was able to configure dual authentication comfortably after
reference of Andrew Connels blog post and Chandima's post.

I have given those links in my post.

 
Didn't find what you were looking for? Find more on MOSS 2007 : Anonymous & Authenticated access Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].