background preloader

Iis

Facebook Twitter

Apache

Deploy. Deploying ASP.NET Websites on IIS 7.0 . Free source code and programming help. Introduction Introduction to IIS 7.0 Microsoft Internet Information Services (IIS) 7.0 in Windows Server 2008 and Windows Vista provides a secure, manageable platform for developing and administrating and hosting Web applications and services.

Deploying ASP.NET Websites on IIS 7.0 . Free source code and programming help

It has been completely redesigned and Restructured .IIS 7.0 provides features and functionality for administrators to effectively manage Web infrastructures; developers to rapidly build Web applications and services; and hosters to Web hosting. Using FastCGI to Host PHP Applications on IIS 6.0. This article describes how to use the Microsoft® Internet Information Services (IIS) 6.0 FastCGI extension to set up and run PHP applications on Windows XP and Windows Server 2003 operating systems.

Using FastCGI to Host PHP Applications on IIS 6.0

What is FastCGI? FastCGI is a standard protocol that allows the Common Gateway Interface (CGI) executables in application frameworks to interface with the Web server. It differs from the standard CGI protocol in that FastCGI reuses CGI processes for multiple requests, which provides a significant performance boost compared to CGI. IIS FastCGI support enables IIS to host common CGI programs such as PHP or Ruby on Rails by using the FastCGI protocol and, by doing so, offer high performance and stability for production deployment of such application frameworks.

Log Analysis software for IIS - Steve Schofield Weblog. This is one of the more popular questions in the newsgroups.

Log Analysis software for IIS - Steve Schofield Weblog

What tool do I use to analyze my log files? Here is a list that I seem to see posted all over. I didn't add all the commercial products, just the ones I've had a decent experience with. HowtoSetupIIS in Ruby on Rails. How to create a virtual directory with C#. Free source code and programming help.