Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » MOSS   (RSS)

How to configure ssl for whole site with output caching enabled

I ran into a new situation which i haven't thought about before. What if you have a public facing anonymous sharepoint site and you want to add a ssl cert for the whole site + you have output caching enabled with VaryByHeaders set to User-Agent. Most
Posted by jukka | 0 Comments

Windows 2008 Server and Sharepoint 2007 on my laptop

This is something that have been annoying me a lot since i joined Microsoft. I installed Vista Ultimate on my laptop and used Virtual PC 2007 to run my MOSS environments. There's nothing bad about it, don't get me wrong. But i'm used to check little things;

List definition and property DisallowContentTypes

Be careful with this property. If you set it true in the list definition, there is no easy way to set it back to false after the list has been populated. SPList object has two properties AllowContentTypes which is ReadOnly and ContentTypesEnabled, which
Posted by jukka | 0 Comments

Locale & variations

Today i was figuring out how to detect which locale is in use on a site with variation labels. Here's a little codeblock to demonstrate it: // code in assembly Microsoft.SharePoint.Publishing PublishingWeb pWeb = PublishingWeb.GetPublishingWeb(SPContext.Current.Web);
Posted by jukka | 0 Comments
Filed under: ,
 
Page view tracker