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.
Incoming search terms:
- vista iis (4)
- update iis from 6 to 7 on vista (2)
- install iis vista (2)
- iis windows vista business (2)
- install iis on windows vista enterprise (1)
- opening iis in vista (1)
- how do I install SNTP server on vista (1)
- using vista business as a web server (1)
- vista enable iis7 (1)
- where do you find IIS in window vista (1)
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.
Hats off man!!!
Hey,
Thanx alot,
I m a new User of Vista, & i don’t know that how to instal IIS on Vista. By this i install IIS on my PC…,
Thnx alot
this has been a great help
Thanks for your help
Thankx a lot
its working perfect!!!!
Thanks a ton, Sir!!!!
The NNTP and SMTP could not be added to business edtion, please help
Hi
Im a new user of vista and asp I haven’t the “FTP Publishing Service” item . What should I do ?
thanks a lot ,
I new user of windows 7.
my iis folder has been mistakenly deleted. how do i get the iis package for installation in windows vista home basic
I couldn’t install iis although I tried all methods..
Please can someone tell me how to make and run script file?