To block the anonymous users from viewing the sharepoint lists add the following code in your web.config file
[CODE][location path="lists"]
[system.web]
[authorization]
[deny users="?"]
[/authorization]
[/SYSTEM.WEB]
[/location][/CODE}
Monday, July 27, 2009
Friday, July 24, 2009
How to integrate outlook calendar items in sharepoint?
Just follow the following code to view your out look items in sharepoint.
To see the inbox items
//'OBJECT classid="CLSID:0006F063-0000-0000-C000-000000000046" width="100%" style="height: 400px"'
To integrate the outlook calendar
//'OBJECT classid="CLSID:0006F063-0000-0000-C000-000000000046" width="100%" style="height: 400px"'
use the '<>' instead of //
To see the inbox items
//'OBJECT classid="CLSID:0006F063-0000-0000-C000-000000000046" width="100%" style="height: 400px"'
To integrate the outlook calendar
//'OBJECT classid="CLSID:0006F063-0000-0000-C000-000000000046" width="100%" style="height: 400px"'
use the '<>' instead of //
Friday, July 17, 2009
About sharepoint 2010
Microsoft has recently announced that the new SharePoint version will be called "Microsoft SharePoint 2010."
Recently I have gone through the following video and tutorial in microsoft site.Please have a look at the following link to know more about sharepoint 2010.
http://sharepoint.microsoft.com/2010/Sneak_Peek/Pages/Overview-Video.aspx
Recently I have gone through the following video and tutorial in microsoft site.Please have a look at the following link to know more about sharepoint 2010.
http://sharepoint.microsoft.com/2010/Sneak_Peek/Pages/Overview-Video.aspx
Subscribe to:
Posts (Atom)