Microsoft 开发人员网络 > 论坛主页 > SharePoint - Enterprise Content Management > give anonymous permission for survey in publishing portal
提出问题提出问题
 

问题give anonymous permission for survey in publishing portal

  • 2009年2月19日 11:17naresh kapa 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    Hi,
        I have a survey list in publishing portal, i have given read, add and edit permissions to anonymous user for the list. if i enter into the site as anonymous user, i am not able to give response for the surevy, it's showing as access denied. is there any way to give permssions for anonymous users.
    please help me to solve this problem.
    Regards,
    Naresh
    this is naresh. i am newly entered into sharepoint technolgy.

全部回复

  • 2009年2月20日 16:11Raj_Tech 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    Check this link. http://www.codeproject.com/KB/sharepoint/Anon_Surveys.aspx

    Also you need to publish your pages.

    Thanks,
  • 2009年6月19日 9:49be_free 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    Dears,

    First i am having the same problem as described previously : You have a MOSS Publishing Site, and a Survey, Anonymous access is already enables on the site (and working), But if you enables the Anonymous access for the Survey (with the all available options Add,Delete,Edit,Read ...) its still Not working, and When you navigate to the NewForm.aspx it still asks for Username and Password.

    Second, The reply of (Raj_Tech) does not solve the problem (even the post is not quite advanced), And what about publish the pages ?? what pages do you mean ? If you mean the pages inluded in the pages Library, so yes they are published and approved.

    So please if you have any solution provide it ...
  • 2009年6月19日 10:24be_free 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     

    Bingoo...

    Guys i found the solution, but you need to do the following Steps :

    1- Deactive The Lockdown features (These features included in the Publishing Sites, and prevents anonymous users from displaying lists forms like Newform.aspx) using the following Command:
    C:\Program Files\Common Files\microsoft shared\Web Server Extensions\12\BIN\stsadm.exe -o deactivatefeature -url http://mysitecollection -filename ViewFormPagesLockDown\feature.xml

    NOTE: REMEBER TO CHANGE
    http://mysitecollection TO YOUR ACTUAL SITE COLLECTION NAME AND PORT

    2- Now Create Your Publishing Site which will contain Surveys

    3- Normal Configuration to enable Anonymous access
    , as following:
           3.1 Enable anonymous access in the Central Admin to the Web Application
           3.2 Enable anonoymous access in the site collection using SiteSettings->Advanced Permissions->Anonymous Access->Entire WebSite

    4- Create your Survey

    5- Configure anonymous access to enable Add, Delete, Edit or Read

    And it should work.

    Thanks for Alex's article (http://sharepointxperience.blogspot.com/2007/03/anonymous-sites-in-moss-2007.html) which helped me to solve the problem