05 January 2011

Avoid authentication in Sharepoint

To avoid authentication in some cases write code between these below code..

 

 

SPSecurity.RunWithElevatedPrivileges(delegate()

{

//Code.. or Functionality                  

 

}

);