Upgrading IIS 5.1 To IIS 6 on Windows XP - iis

Is it possible to update IIS on Windows XP from 5.1 to 6?
If so how?
Thanks.

No, it is not possible. The version of IIS is tied to a specific version of Windows.
XP = IIS 5.1
2003 = IIS 6
2008 = IIS 7
More information available at http://support.microsoft.com/kb/224609.

It is now possible to Run IIS 7 - Express on XP, this is a full iis for developing but not deploying web applications.
see http://weblogs.asp.net/scottgu/archive/2010/06/28/introducing-iis-express.aspx

No, I believe it is just for Win2003 and x64 XP Pro

it is possible if you have XP x64 Pro

Related

deploy mvc .net framework 4.5

I have got MVC website. based on .NET Framework 4.5.
I am trying to deploy the website on IIS 6.0
Here are the steps I have taken
Application Pool:
I have created application pool: Company.Attendance.
NOTE: Nowhere it asked me which .NET Version I am using?
Website
a. Create new website.
b. Description: company.attendance
c. IpAddress: Server Ip Address
d. Port: 80
e. Host Header for the website: [I left blank]
f. Path: ../../Views/Home/ [All views are defined here]
g. Permissions: Read, Run, Execute, Write
h. In the website properties, under tab Home Directory I have selected the application pool created above
i. In Home Directory TAB, under Configuration.
j. I inserted aspnet_iapi.dll
When I try to browse the application. I get the following error: Page cannot be found.
Can one tell me detailed steps to deploy mvc application [.Net Framework 4.5] on IIS 6.0 [Windows Server 2003].
Regards
I am trying to deploy the website on IIS 6.0
You can't. .NET Framework 4.5 requires Windows Server 2008 at least as can be seen in the System Requirements page:
System requirements
Supported Operating System
Windows 7 Service Pack 1
Windows Server 2008 R2 SP1
Windows Server 2008 Service Pack 2
Windows Vista Service Pack 2
Windows Vista SP2 (x86 and x64)
Windows 7 SP1 (x86 and x64)
Windows Server 2008 R2 SP1 (x64)
Windows Server 2008 SP2 (x86 and x64)
Hardware Requirements:
1 GHz or faster processor
512 MB of RAM
850 MB of available hard disk space (x86)
2 GB hard drive (x64)
The latest .NET framework version you could install on Windows Server 2003 is .NET 4.0.
You need at least IIS 7.0.
Here are the requirements for .NET 4.5 framework:
http://msdn.microsoft.com/en-us/library/8z6watww%28v=vs.110%29.aspx
You're going to have to use .NET 4.0, which porting your project over shouldn't be too painstaking.
Take your project and change compatibility to 4.0 for framework.
Fix some of the errors, and EF errors you may get, and repush to the IIS 6.0 server.
You need to ensure all the runtimes are installed, and the app is running on the
.NET 4.0 pool.
IIS 6 is part of Windows Server 2003 (and technically XP 64-bit).
.Net 4.5 cannot be installed on Windows Server 2003, thus IIS is not supported.

version of windows server/IIS supporting classic ASP 2.0

What is the highest version of Windows Server & IIS that supports classic ASP 2.0?
since IIS 5 that is supported, but not installed by default in later versions.
Open Roles and Features on Windows Server and select ASP as well.
Windows server 2008 and IIS 7.5 support classic ASP.
This link covers the subject of getting classic ASP running on IIS 7.5 fairly comprehensively:
http://learn.iis.net/page.aspx/559/running-classic-asp-applications-on-iis-70-and-iis-75/

Updating IIS 5.0 to IIS 6.0

I want to update the IIS server from 5.0 to 6.0 or higher.
The condition is that I cant upgrade the server. My machine is Windows XP SP3
Is there any way I can only update the IIS.
You can install IIS Express 7.5 on Windows XP. Note that the Express version is a lightweight (yet fully featured) version of IIS meant for development purposes, not production hosting. You shouldn't use Windows XP as a production server anyway.
You can run it on XP Pro 32bit
Check the link here - http://learn.iis.net/page.aspx/868/iis-express-overview/
I have installed IIS 6.0 Manager for my Windows XP SP3 32-bit from this link:
http://www.microsoft.com/en-us/download/details.aspx?id=15662
In Control Panel->Administration Tool (I guess its name translated from italian :) now I have two items:
Internet Information Services - the 5.1 version bundled with the OS
Internet Information Services (IIS6) Manager - the installed version from the link above

What IIS version does Windows Server 2008 Web Edition come with

Also, if an application works on IIS 7, would it be cool on the new version (if there is any)?
Err...even Microsoft's marketing material(dead link) is confusing! (says both IIS 7.0 and 7.5). However, I believe that Windows Server 2008 Web comes with IIS 7.0 and Windows Server 2008 R2 Web comes with IIS 7.5 FYI.
And yes, if you have an app working on IIS 7, it will work fine on IIS 7.5.
Edit: Appears Microsoft has update their site since this was posted, leaving link up for anyone looking for information on Server and Server R2.
http://www.microsoft.com/windowsserver2008/en/us/product-information.aspx
IIS version 7.5.
My guess is if Microsoft doesn't suck, an app working in 7.0 should be fine on a newer subversion, there should be no core changes. Then again, it is Microsoft, so I can't say that for certain.

Need help configuring IIS with ASP.NET in Vista Home Basic

I have checked the following during turning on Windows features:
IIS,IIS Compatibility and under WWW I have checked .NET extensibility.I do not see an ASP.NET option to check.Will these be enough to have IIS running or am I missing something.
I do not see the IIS page when I type localhost in my browser.Please help.
Your version of Vista does not support ASP on IIS. You'll have to either install asp or upgrade your version of Vista to:
Windows Vista Home Premium Edition
Windows Vista Professional Edition
Windows Vista Ultimate Edition
If you're trying to set up a web server you can take a look at Microsoft's Dreamspark site.
If you're a student and have the capability of proving it you can download a copy of Windows 2003 Server and use it for educational purposes.

Resources