How to install IIS 7 in Vista

If you're new here, you may want to subscribe to our RSS feed. Thanks for visiting!


If you are running a small workgroup of computers, you may want to use a computer running Windows Vista as a Web server for ASP.NET development. You can do so by installing Internet Information Services (IIS).By default, IIS 7.0 is not installed on Windows Vista® Business or Windows Vista® Ultimate.It provides for basic Web server functionality and includes the WWW, FTP, NNTP, and SMTP services.If you want to install IIS server you need to have vista business or ultimate editions.

You can install IIS using the following steps

Click Start—>Click Control Panel

Now Click Programs

Click Programs and Features

Select Windows features on or off from the left column

In the Windows Features dialog box, click Internet Information Services and then click OK.

Installation is in progress

Install IIS 7 Using script

• Type the following command into a script:

start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;
IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;
IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-CGI;
IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;
IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;
IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ODBCLogging;
IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;
IIS-DigestAuthentication;IIS-ClientCertificateMappingAuthentication;
IIS-IISCertificateMappingAuthentication;IIS-URLAuthorization;
IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;
IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementConsole;
IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6ManagementCompatibility;
IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;
IIS-FTPPublishingService;IIS-FTPServer;IIS-FTPManagement;
WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;
WAS-ConfigurationAPI

Now you need to open your web browser and typr thr following URL for testing

http://localhost

Once IIS is installed, your computer running Windows Vista will be able to function as a Web server. Also, Windows Vista is limited to the number of concurrent inbound connections that it can accept. Home Editions support a maximum of 5 connections. All other editions support a maximum of 10.

Related Articles


Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically each day to your feed reader.

Trackbacks & Pingbacks

No trackbacks/pingbacks yet.

Comments

How do I use the script, better, where should I type these lines??? and run….

the complete script is singe command copy and paste in to command prompt to start the installation

Hey I tried to copy and paste the script, but that didn’t work, so I had to manually type the whole thing out and check for misspellings. Final, no error messages appeared, when I hit enter, I’m back to C:\Users\Admin>

So I checked http://localhost and I still get nothing?

I went back to IIS and checked all the boxes from the selection and I still get nothing. I’m stuck.

Leave a comment

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

(required)

(required)