is there any difference between simultaneous connections to IIS 7(.5) between Professional and Ultimate versions of Windows 7? Or are there 10 connections for both?

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted

You may want to see this page: IIS limits imposed by Operating System version

Windows 7 (IIS v7.5)
Starter:      No IIS  
Home Basic:   No IIS  
Home Premium: simultaneous request execution limit of 3, allows multiple sites  
Business:     simultaneous request execution limit of 10, allows multiple sites  
Enterprise:   simultaneous request execution limit of 10, allows multiple sites  
Ultimate:     simultaneous request execution limit of 10, allows multiple sites  

So, Ultimate version has a limit of 10 whereas Home Premium has 3.

link|improve this answer
Thanks! If I get it well, Business = Professional? – Episodex May 30 '11 at 10:40
@Episodex: You're welcome. Yeah you're right. Business = Professional. – Mehper C. Palavuzlar May 30 '11 at 11:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.