C. Dragon 76
C. Dragon 76

Reputation: 10052

Configuring IIS on Windows Vista Home Edition

My friend accidentally bought a laptop with Windows Vista Home Basic Edition. He figured out how to install IIS on it, but it doesn't seem to have either the management console or the admin tools. Is there any way for him to configure a site or import an IIS 6 config file?

EDIT: "Windows Vista Home Edition" --> "Windows Vista Home Basic Edition".

Upvotes: 1

Views: 11266

Answers (5)

C. Dragon 76
C. Dragon 76

Reputation: 10052

Per Microsoft Technet, IIS Management Console is unavailable on Windows Vista Home Basic and Starter Editions though it is available on Home Premium and above. And I can confirm it doesn't appear in the list of options when I install IIS.

Upvotes: 1

MSalters
MSalters

Reputation: 179779

Not entirely certain here, but start the IIS console on another machine and tell it to connect to the laptop? The normal management console snap-ins all support remote operation.

Upvotes: 1

Kibbee
Kibbee

Reputation: 66112

You should be able to do an upgrade to home premium. I'm pretty sure it's available at quite a low cost. My Home Basic laptop came with a CD that had all the necessary stuff for upgrading to a different version of Windows (I upgraded to Linux). If you really want IIS to do development work, you should really upgrade. Or if you just want .Net, you can install VS.Net Express and use the development server.

Upvotes: 0

mattlant
mattlant

Reputation: 15451

Yu need to go back into Windows Component Setup and choose to install the Managemnet console(s).

Control Panel>Programs->Turn Windows Feature on and off.

You will see Internet Information Services in there, go under there and you will find the management console(s).

And yes, they are available to be installed on Vista Home. Once installed you can setup by opening Control Panel->Adminstrative Tools and you will see the IIS manager in there.

Upvotes: 1

bugmagnet
bugmagnet

Reputation: 7769

Okay, not being on Vista I don't know for sure, but on XP the application which controls IIS is %SystemRoot%\system32\inetsrv\iis.msc. Perhaps hunting around for iis.msc would be a first step.

Upvotes: 0

Related Questions