Friday I passed exam 70-667 Configuring Sharepoint 2010. All of the aspects of configuring Sharepoint 2010 were covered in the questions. Nice to know I have adaptive skills / techniques… 😉
Category: IIS
WCF Services and multiple bindings
.Net 4.0 has a nice improvement I want to share with you. Where in the past is was tricky to configure services with multiple bindings, now is become easier.
Just add the following to your application web.config:
<system.serviceModel> <serviceHostingEnvironment multipleSiteBindingsEnabled=”true”> <system.serviceModel>
And configure your IIS bindings on your site and your all set.
Exam 70-501 and 74-679
On june 8, I passed exam 70-501 “TS: Hosting Microsoft Products Using Windows Server 2003”.
On june 22, I passed exam 74-679 “Windows Server 2008 Hosted Environments, Configuring and Managing” 🙂
Tested my skills and passed. It’s always nice to confirm your skills once in a while.
Firefox, NTLM and Sharepoint
Today a ran into this site about configuring Firefox to use NTLM with Sharepoint sites. Surely it could be used for any NTLM website site. But no testing has been done on my part.