If you would like to set the Sharepoint Master Page via HttpModule where no Publishing feature is activated and if you dont want to touch the system master pages. using System; using System.Web; using System.Web.UI; using System.IO; using System.Collections.Generic;…