The main angelic-developments site was originally setup to use linux/php. One of the functions that the site needs to have is to be able for people to register with an user name and email. Once the game is up and running, a flag will be activated against the user name, allowing the user to use all the features of the game.
I had started to implement the database in mysql (with stored procedures) and PHP.;but found that it was taking just too long, as I can't spend everyday working on the project.
So, I have changed the web server platform over to Windows, so I can user C#/ASP to power the website. As I already have database code in C#, it seems like a good idea.
Time will tell.