Oct 09, 2007
Everybody knows that IIS FastCGI is a great way to run PHP applications on IIS. We've been making great strides at delivering a solid production experience for hosting PHP on IIS, for both IIS7 on Windows Vista/Windows Server 2008 and IIS6 / IIS5.1 on...
3 comments
Tags: IIS7PHPFastCGIIIS6Vista
Oct 05, 2007
IIS7 provides quite a few ways to create websites, applications, and application pools. You can use the GUI, but what if you need to create 10, 100, or even 10,000 websites? Read about the fastest way to create IIS7 websites in bulk at http://mvolo.com...
0 comments
Tags: IIS7AppCmdConfiguration
Sep 23, 2007
After several weeks of move-related outages, mvolo.com is back online at its new home at MaximumASP. The server ran Windows Server 2008 beta 3 for 5+ months in my friend's garage without a single reboot, while the only access I had to it was through the...
0 comments
Tags: IIS7OtherIIS News Item
Sep 09, 2007
I've haven't had a chance to post much over the past few weeks - its pretty frustrating at times to look at the ever-increasing backlog of juicy IIS7 topics that I want to cover and no time to actually do them justice. I've been working on a few interesting...
2 comments
Tags: IIS7IIS News Item
Aug 16, 2007
This article, the first in the IIS7 .NET Developer series, focuses on getting started with developing IIS7 web server features based on the .NET Framework. Learn about the options you have for your development environment, how to set up your Visual Studio...
4 comments
Tags: IIS7ASP.NETdevelopmentIntegrated pipelineIIS News Item
Aug 13, 2007
This weekend, I was working on an MSDN magazine article and happened to install the Wordpress PHP blog app on IIS7. Of course, I used the latest FastCGI bits available in the box in in Windows Server 2008 Beta 3, and the latest Windows-optimized PHP 5...
1 comments
Tags: IIS7PHPFastCGIIIS News ItemGoodies
Aug 04, 2007
IIS7 configuration extensibility allows you to create custom configuration sections that can be used side by side the IIS configuration sections. However, setting this up requires a few steps that may be difficult to accomplish, especially in a automated...
0 comments
Tags: IIS7IIS News ItemGoodiesToolsConfiguration
Jul 26, 2007
Dealing with server errors can be frustrating. Thankfully, IIS7 comes with many improvements to help diagnose errors when they occur, and help resolve them - however, its important that you know how to property use these capabilities. This post gives...
3 comments
Tags: IIS7troubleshootingIIS News Item