Possible Duplicate:
Can you help me with my software licensing question?

Is it possible to use a windows 7 professorial/ultimate as a cheap server? Install IIS and have 40-50 users connected to a tcp service.

We have a customer that dont want to buy a windows server licens and want to use a "normal" windows 7 computer as a server. Will there be any problems with that? Our service that they will use is a TCP service that they connect to though a desktop klient. They will also be using IIS for downloading files. Our service will use SQLExpress as DB

From a quick google i saw something about a limit on concurrent connection. Is that a problem or does that only apply to remote access, which they dont need.

link|improve this question
3  
Side note: I would drop a customer like a hot rock if they didn't want to purchase a copy of Server for, um, serving... – GregD Apr 4 '11 at 13:24
1  
because it almost always leads to "here's a copy of Server" on a DVD marked with a sharpie, and a "license key" written down on a piece of paper, followed by, "just install this"... – GregD Apr 4 '11 at 13:45
feedback

migrated from stackoverflow.com Apr 4 '11 at 12:46

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by John Gardeniers, GregD, ErikA, Iain, Scott Pack Apr 4 '11 at 13:29

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

4 Answers

It's not possible that way, you can only have up to 10 connections at the same time on Windows 7.

EDIT: The limit is 20 connecions in Windows 7.

link|improve this answer
feedback

Windows Web Server 2008 is pretty cheap; if they won't go for that, see if they would be eligible for the BizSpark program.

link|improve this answer
feedback

From a command prompt with administrative privileges, type "net config server" and it'll show you the connection limit (which, as Ninja said, is 20 on Win7).

link|improve this answer
feedback

Just run XAMPP. http://www.apachefriends.org/en/xampp.html.

link|improve this answer
1  
No, do not use XAMPP or any of the other one-click pre-packaged LAMP installers. They're meant for development purposes only and any time you use them outside of that realm, you're just asking to get yourself hacked. – ErikA Apr 4 '11 at 12:53
feedback

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