ASP.NET MVC and .NET 3.5 SP1 for Windows Server 2003 and IIS

I am writing a website for a client that says their servers are running the following: "Windows 2003 with the latest IIS." What do I need to do to prepare them for hosting my ASP.NET MVC website built with .NET 3.5SP1?

+3
source share
5 answers

You will probably also encounter a problem with IIS6 on Win2k3. Phil Haack publishes an excellent walkthrough on his Asp.Net MVC IIS 6 bypass blog .

You will also need the following prerequisites:

+11
source

.Net 3.5 SP1 redist.

EDIT. , -, , , , ASP.Net v2.0.

+1

Windows 2003 IIS? , , IIS7 Windows Server 2003. Windows Server 2008, IIS.

, IIS6, . ( Url ), , .

+1

MVC, .NET 3.5 SP1. MVC GAC, - MVC.

0

Create a Web Setup project and add .net 3.5 as a prerequisite. The installer asks which virtual directory should be installed.

0
source

All Articles