views:

250

answers:

5

Hi,

I am planning to buy a new laptop to learn asp.net web applications and also windows applications. Do we get IIS7 installed when we buy the home edition of windows 7 or should we buy windows 7 professional version?

+1  A: 

Following this thread, no problem found so far.

Rubens Farias
+3  A: 

Looking at some documentation on TechNet, it looks like all the Windows 7 Home editions (Starter, Basic, Premium) have the ability to install IIS, but it is not installed by default.

tomlog
+2  A: 

If you just want to learn, Visual Studio has a built in webserver for development that will work. If you want to deploy your web applications, this page has information on which versions of Windows 7 have which IIS options available

Nick
A: 

You don't need IIS for ASP.NET Development if you use Visual Studio.

Visual Studio Express for the web is free, and comes with its own web server.

http://www.microsoft.com/express/Web/

You can also create windows programs with Visual Studio Express for windows.

http://www.microsoft.com/express/Windows/

If you want to do both, then you may need to buy Visual Studio.

seanyboy
Visual Studio can be expensive. He said he's learning, so he might qualify for an academic discount or through BizSpark or DreamSpark. If not, the Express editions have no problem being concurrently installed if he wants to do both web and Windows.
Michael Itzoe
A: 

But how we config the IIS7 on Win7 Home Basic? I have eanbled all the features relavant to IIS services already.

Jak