Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

install IIS8 on windows 7? [closed]

I am currently looking at upgrading my development environment in an attempt for it to replicate IIS on my production web server. My production web server is new and only recently spun up with windows server 2012 and IIS8.

I am working on a windows 7 machine locally.

Is it possible to install IIS8 on a windows 7 machine?

And if so, how can I go about it?

like image 782
amateur Avatar asked Sep 18 '12 22:09

amateur


People also ask

Can I install IIS on Windows 7?

IIS is now installed with a default configuration on Windows Vista or Windows 7.


1 Answers

This is a perfect scenario for a virtual machine. I would install some flavour of virtualization software and install the version of Windows Server that you are using in production on to it. This way, when you run IIS8 it will be in an environment that is much closer to your production web server ;-)

like image 138
blearn Avatar answered Sep 28 '22 03:09

blearn