Archive for the ‘SharePoint’ Category

IIS7 as Web Server – Application Request Routing

We used this approach to forward all requests from/to MOSS 2007. It is easy using IIS7 but complicated with IIS6 Install IIS 7 Install Application Request Routing http://learn.iis.net/page.aspx/482/install-application-request-routing/ Open IIS Manager Press Add and then Finish Press Yes Try to request for a page on MOSS server from the web server. http://WEB_SERVER/Pages/Memos.aspx This will be [...]

Posted on January 24, 2010 at 5:26 pm by Sami · Permalink · Leave a comment
In: IT, Microsoft, SharePoint · Tagged with: , , ,

MOSS Hide Site Actions

Add this code around <PublishingSiteAction:SiteActionMenu runat=”server”/> in the master page <SharePoint:SPSecurityTrimmedControl ID=”SPSecurityTrimmedControl2″ runat=”server” PermissionsString=”ManageWeb”>      <PublishingSiteAction:SiteActionMenu runat=”server”/> </SharePoint:SPSecurityTrimmedControl> That’s it!

Posted on January 19, 2010 at 2:26 pm by Sami · Permalink · Leave a comment
In: IT, Microsoft, SharePoint · Tagged with: ,