Question: W2K - ok to use as web server?

V

VB Programmer

We have several W2K machines that we want to use as web servers (using ISM,
..NET web applications, etc...)

We prefer NOT to upgrade to W2K Server. There shouldn't be more than 10-20
users at any given time on the website.

1. Will W2K handle this? Can I use it as a web server?
2. If a user "connects" to get the webpage I realize this is a very quick
action. Does W2K "free up" the user slot as soon as the page is served up?

Thanks,
Robert
 
V

VB Programmer

May I ask what number that is?

Thanks,
Robert

Kevin Spencer said:
Your only problems will be with the limitations of the number of concurrent
users and webs on the version of IIS that runs on W2K Pro.
--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
Big things are made up of
lots of little things.
 
V

VB Programmer

So, I assume that a user is considered "concurrent" only for the split
instant when he requests the page from the server, then the server gives him
the page. At that time it's not considered a "concurrent" user anymore.
Right?

Thanks,
Robert
 
E

Elliot M. Rodriguez

Not necessarily. A session and a user are also related. If you have 10
sessions active, the 11th user will not be able to gain access to the site
(I think it returns a server too busy message, but I forget)
 
V

VB Programmer

If I were to buy Windows Server which version do you recommend and any sites
where I can get it for cheap?

Thanks.
 
E

Elliot M. Rodriguez

A version of Server should suffice. No need for Advanced; definitely not
Datacenter (I think thats what its called)

anyway, as far as "cheap" - server is not something you can simply buy off
the shelf at Best Buy or Circuit City. You will have to shop around, and
make sure you get it from a reputable company so you dont have to worry
about piracy complications.

--
Elliot M. Rodriguez, MCSD
*** It would take 227 cans of Mountain Dew to kill me***



VB Programmer said:
If I were to buy Windows Server which version do you recommend and any sites
where I can get it for cheap?

Thanks.

Ricardo M. Urbano - W2K/NT4 MVP said:
Not only that, but you will be violating the End User License Agreement
(EULA) if you try to finagle your way around technicalities such as
that. In fact, the wording of the EULA specifies that while W2K
Workstation will allow up to 10 concurrent connections, it does not
allow you to use it as a bonified "server" even if your requirements are
less than 10 concurrent connections.
is
page
 
V

VB Programmer

I know Windows 2000 allows 10 concurrent users. I've seen "Windows 2000
SERVER (5-client)" for sale for like $900. Am I right that this means it
has LESS concurrent users allowed (only 5)? Why would I pay more for 1/2 of
the users?

Is this the cheapest, legit way of running a web server? Doesn't make
sense.
Elliot M. Rodriguez said:
A version of Server should suffice. No need for Advanced; definitely not
Datacenter (I think thats what its called)

anyway, as far as "cheap" - server is not something you can simply buy off
the shelf at Best Buy or Circuit City. You will have to shop around, and
make sure you get it from a reputable company so you dont have to worry
about piracy complications.

--
Elliot M. Rodriguez, MCSD
*** It would take 227 cans of Mountain Dew to kill me***



VB Programmer said:
If I were to buy Windows Server which version do you recommend and any sites
where I can get it for cheap?

Thanks.

the
site
number
 
P

PL

But Windows Server 2003 Web Edition seems to go for around $400.

Isn't Web the most limited ? You are not even allowed to run SQL on it.
I'd be careful with that version, get Standard instead.

PL.
 
C

Chris Barnes

VB Programmer said:
Is this the cheapest, legit way of running a web server? Doesn't make
sense.

Quite honestly, if you just want to run a webserver, using Linux/Apache
is not only the cheapest, it's likely the best performing (for the type
of computer architecture you're talking about).

And for the record, I am NOT some sort of anti-MS basher. I simply
believe in using the right tool for the job.
 
V

VB Programmer

And these webservers don't have trouble running .NET web applications and
serving up aspx pages, etc...?
 
R

Robert

Isn't Web the most limited ? You are not even allowed to run SQL on it.
I'd be careful with that version, get Standard instead.


Cheapest and most limited, yes. It's just just to be a... well, a web server.
 
C

Chris Barnes

VB Programmer said:
And these webservers don't have trouble running .NET web applications
and serving up aspx pages, etc...?

Those were not mentioned in his list of requirements.
 
V

VB Programmer

I did mention that (I originated this thread): "We have several W2K machines
that we want to use as web servers (using ISM,
..NET web applications, etc...)"

Any ideas if these programs can process/serve up .NET web applications?

Thanks.
 
P

PL

.... Just got an answer

There is currently no software that runs ASP.NET or webservices
on any other platform than Windows.

The Chilisoft ASP is just classic ASP and bad at that as well.

PL.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top