Archive for the ‘Windows Server 2008’ Category

Exchange 2010 High Availability. Not for everyone?

Monday, November 9, 2009 22:53 No Comments

During Interact, I asked Scott Schnoll, former MVP and currently a Blue Badge at the Technical Writing Team on Exchange, about the DAG in Exchange 2010. Don’t get me wrong; I think it is by far the most elegant HA solution has offered so far and everyone should at least look at it! But I [...]

This was posted under category: Exchange & OCS, TechEd, Windows Server 2008

HOW TO: Use a Custom Membership Provider, Custom Membership User and Role-Provider with a WCF Service hosted inside a Windows Service.

Friday, August 14, 2009 12:19 No Comments

I have written a small HOW TO on how to use a Customer Membership Provider, a Custom Role-Provider and a Custom Membership User for username/password authentication in a WCF Service that is hosted in a Windows Service. The HOW TO includes a sample implementation of these providers. It also includes a complete Visual Studio Project [...]

This was posted under category: Web, Windows, Windows Server 2003, Windows Server 2008, Windows Vista, Windows XP Tags: , , , , , ,

Hyper-V RTM Today!

Thursday, June 26, 2008 15:44 No Comments

Today, on my birthday, Microsoft has release Hyper-V to RTM! This time, they have released something before the planned date. (It was initially said that Hyper-V would be released within 180 days after RTM of Windows Server 2008. Well it is within that timeframe, but not many expected it this soon!)

This was posted under category: Windows Server 2008 Tags: ,

Installing PHP and FastCGI on Windows Server 2008 Core.

Wednesday, June 18, 2008 9:17 No Comments

First, install the IIS7 Web Server on your Windows Server 2008 Core machine, including the FastCGI and some other (required and optional) components: Start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-ApplicationDevelopment;IIS-CGI;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-Security;IIS-RequestFiltering;IIS-HttpCompressionStatic;IIS-WebServerManagementTools;WAS-WindowsActivationService;WAS-ProcessModel Download PHP from the PHP Web Site (http://www.php.net) and extract the files to C:\PHP. Please check if there is a php.ini file in the folder. If not, take [...]

This was posted under category: Web, Windows Server 2008 Tags: , , ,