I am trying to revamp the way my company's portal displays some of its "static" content. It is a bloated C# web forms portal made from scratch. Moving it to a pure CMS type portal like Sharepoint is impossible. Anytime we need to update our more "static" pages me have to go through a huge project process which then leads to a huge deploy of the whole website just for some "static" content changes. I qualiy "static" because behind the scenes there is some logic on whethere or not to display certain parts of the content depending on the user's role or the user's line of business. So, some content can be displayed for everyone and other small parts are conditional. I am trying to revamp the way my company's port