MOSS Answers

 
Home » Forum » MOSS       Ask a questionRSS Feeds
  Question Asked By: Tapasvi Rai   on Jun 15, 2010 In MOSS Category.

 
Question Answered By: Marquise Farley   on Jun 15, 2010

I wonder if in the Web.config file you could explicitly revoke login  for all users, with something like <deny users="*" />.

Using the example from the following MSDN link:http://msdn.microsoft.com/en-us/library/8aeskccd.aspx


<configuration>
<system.web>
<authorization>
<allow roles="admins"/>
<deny users="*"/>
</authorization>
</system.web>
</configuration>

Haven't ever tried it on a SharePoint site. Let us know if it works.

Tagged:          

 
 
Didn't find what you were looking for? Find more on Moss public facing site login Or get search suggestion and latest updates.