Archive for the ‘Windows Server 2003’ Category

Exchange 2010; Standard or Enterprise? DAG Alternatives?

Saturday, October 10, 2009 17:48 No Comments

Ever since the first betas of Exchange 2010, one of the most discussed features is the Database Availability Group; DAG. Without going into all the details of DAG, it truely is huge step forward in Exchange High-Availablility, primairily because it’s so very, very easy to configure. Exchange 2010 comes, just like previous versions, in two [...]

This was posted under category: Exchange & OCS, Windows, Windows Server 2003 Tags: , , ,

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: , , , , , ,

Passive FTP on Windows Server 2003 with Windows Firewall.

Friday, December 19, 2008 19:05 No Comments

It’s on the net everywhere… But I still get a lot of questions on how to enable Passive FTP on a Windows Server 2003 machine with Windows Firewall enabled. Without further adue.. C:\Inetpub\AdminScripts\adsutil.vbs set /MSFTPSVC/PassivePortRange “5500-5700″ FOR /L %I IN (5500,1,5700) DO netsh firewall add portopening TCP %I “Passive FTP Port “%I

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

Publishing an ASP.NET site that uses Membership components.

Tuesday, June 17, 2008 10:25 No Comments

There appears to be a bug in the publishing of ASP.NET sites that use Membership components to a remote web server. If you create a new Visual Studio 2008 ASP.NET project that uses Membership components, and use the ASP.NET Web Site Administration Tool to secure access to folders within the project, these permissions are, by [...]

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

32bit Stuff on 64bit Windows Server 2003

Thursday, March 13, 2008 9:30 10 Comments

It must have been answered a thousand times, and it must have caused confusion, annoyance and inconvenience far more then a million times. Needless to say I ran into the same problems when I started migration 32bit servers to their 64bit equivalent. I ran into problems not only with regards to IIS6, but also using [...]

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