Archive for the ‘Windows Server 2008’ Category
Exchange 2010 High Availability. Not for everyone?
Monday, November 9, 2009 22:53 No CommentsDuring 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 [...]
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 CommentsI 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 [...]
Hyper-V RTM Today!
Thursday, June 26, 2008 15:44 No CommentsToday, 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!)
Installing PHP and FastCGI on Windows Server 2008 Core.
Wednesday, June 18, 2008 9:17 No CommentsFirst, 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 [...]
