Microsoft Developer Network > Página Inicial dos Fóruns > SharePoint - Enterprise Content Management > give anonymous permission for survey in publishing portal
Fazer uma PerguntaFazer uma Pergunta
 

Perguntagive anonymous permission for survey in publishing portal

  • quinta-feira, 19 de fevereiro de 2009 11:17naresh kapa Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    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.

Todas as Respostas

  • sexta-feira, 20 de fevereiro de 2009 16:11Raj_Tech Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    Check this link. http://www.codeproject.com/KB/sharepoint/Anon_Surveys.aspx

    Also you need to publish your pages.

    Thanks,
  • sexta-feira, 19 de junho de 2009 9:49be_free Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    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 ...
  • sexta-feira, 19 de junho de 2009 10:24be_free Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     

    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