User controls in masterpage and anonymous user
        Posted  
        
            by Senad Uka
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Senad Uka
        
        
        
        Published on 2010-05-17T20:10:33Z
        Indexed on 
            2010/05/17
            21:31 UTC
        
        
        Read the original article
        Hit count: 273
        
I am developing a master page which includes the user control that generates a menu from the list with a specific logic. Before including the control into master page I successfully configured anonymous access to the site. After including the control and deploying - site prompts for user name and password.
I allowed the anonymous access to the list. Oh yes ... It worked on SHarepoint 2010 beta, but the problem happens when deploying to the Sharepoint 2010 final release.
Additional data: I am using Sharepoint Server 2010 with Standard features, standalone instalation on Windows Server 2008 R2 for deployment, and Visual Studio 2010 Ultimate for development of masterpage and user control.
© Stack Overflow or respective owner