New Microsoft Web Platform Installer Beta 2

During MIX09, the Web Platform Installer was mentioned in the first keynote on Wednesday, March 18. Some of the new features they mentioned were a new Web Application Gallery to install these on your server or local machine easily.

They also talked about some new extensions for IIS 7 as well.  Well they have many new features in this Beta.  I will go over them and I am testing it to see how it will do with installing some PHP applications as they are the hardest for me to get working properly on my Vista Laptop.

Web Platform Installer Download

Overview

The Microsoft Web Platform Installer 2.0 (Web PI) is a free tool that makes it simple to download, install and keep up-to-date with the latest components of the Microsoft Web Platform, including Internet Information Services (IIS), SQL Server Express, .NET Framework and Visual Web Developer. In addition, install popular open source ASP.NET and PHP web apps with the Web PI.

What’s New

Lots of new goodies to play with and as well as configuring Sql Server 2008, PHP and installing several web applications and configuring them for you.

Well off to play with it and see how it goes.

kick it on DotNetKicks.com

Posted on 3/21/2009 9:40:00 PM by omacdon

Permalink | Comments (0) | Post RSSRSS comment feed |

Categories: SQL Server | Windows Server | Software | IIS | ASP.NET | DotNetNuke

Tags: , , , , ,

Wildcard Application Mapping for URL Rewriting in IIS 6.0

aspnet While working on getting a new project ready for publishing to the Internet. I discovered that when you are working with the built-in web server that comes with Visual Studio that it processes all requests through the ASP.NET isapi dll.  Which works great when you are working with url rewriting.

The issue comes about when you move to a production environment with IIS.  Most production environments do not do all their processing through the ASP.NET isapi dll.  Most shared hosting environments would not be accommodating of such a request either because it could cause interference with other running applications on the host server.  But for most people that host their own applications it can be quickly solved with the following.

IIS Management Console

First off we need to launch the IIS Management Console. Once the window is open we need to find the web site that we want to allow to have wild card mapping enabled on and go to the properties for the web site.

Once we have the properties open then we need to click on the Home Directory for the application. This will allow us to click on the Application Configuration button. In the window that opens the bottom half of the form allows us to define Wildcard application maps.  We need to click on the Insert button which will then allow us to enter the path to file that we want to process requests.  In this case the file is c:\windows\microsoft.net\framework\v2.0.50727\aspnet_isapi.dll.  We then have the option of checking that the file exists.  This should be turned off for the most part as most of the files that will be processed may not actually exist on the server itself but virtually.  Once we have this completed all of this. We can click all the OK button's and close out the IIS management console.

del.icio.us Tags: , ,

Technorati Tags: , ,

kick it on DotNetKicks.com

Posted on 1/14/2008 9:50:39 AM by admin

Permalink | Comments (3) | Post RSSRSS comment feed |

Categories: ASP.NET | IIS | Programming

Tags: , ,