Interesting Article on XsltListViewWebPart Performance
Jaap Vosser wrote a very interesting and explanatory article on the XlstListViewWebPart performance: How the XsltListViewWebPart in SharePoint 2010 can be a real performance killer It gives us good...
View ArticleSet IIS Redirect Settings using Powershell
Hi. Today I had to change the redirect setting on IIS for a site and before it has been a kind of painful process. I don’t like doing things manually because it is very error prone and mainly when I’m...
View ArticleURL Rewriting – Part 2: Outbound Rule
In this series of posts I’m going through the URL Rewriting process using the IIS URL Rewrite feature. Check the other posts: URL Rewriting – Part 1: The Basics On the previous post we installed the...
View ArticleHow to Schedule a Powershell Script to Run on Windows 2008
It is a little bit tricky to configure a Powershell script to run on the task scheduler on Windows 2008. The separation between the powershell.exe command and the arguments makes a little confusion....
View ArticleHow to Recycle an IIS Application Pool Using a Command Line
Use the following command line in order to recycle an application pool on IIS 7: [system drive]:\windows\system32\inetsrv\appcmd recycle apppools /apppool.name:”Your Application Pool Name” Works like...
View ArticleSupport for Rewrites and Redirects on SharePoint
If you use Microsoft SharePoint versions 2007, 2010 or 2013 and also use URL Rewriting techniques, you should review this Microsoft Knowledge Base article: Supportability of Rewrite and Redirects with...
View ArticleFAST Static Ranking
FAST has two ways of updating the ranking statistics of the documents. One is the static ranking and the other one is the dynamic ranking. The static ranking is done at crawling time, during the...
View ArticleURL Rewriting – Part 1: The Basics
Sometime ago I’ve been asked to deliver a rewrite/redirect engine solution for a project. I started researching, got some tips from my boss and found a few IIS/.NET solutions to do this kind of...
View Article