Question: W2K - ok to use as web server?

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Question: W2K - ok to use as web server?

    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


    VB Programmer Guest

  2. Similar Questions and Discussions

    1. media server question
      How do i determine what ports for flash media server 2 should be forwarded through my router? I can use 192.168.1.55 but when I try to use the IP...
    2. Web Server Question
      Currently, my company is using Webstar to serve it's webpages, and it's not compatible with ColdFusion. The idea of using <iframe> tags was brought...
    3. Basic Server Question
      Okay, I've got a real basic server question. Cold Fusion is up and running just fine on my server and I can run all my scripts just fine from the...
    4. runat="server"....a simple html textbox or a webform server textbox...that is the question.
      I just realized that the code I inherited is using all asp.net server controls (ie. webform controls) and when I try to update textboxes on the...
    5. Question about Mac OSX Server
      Can Mac OSX Server live harmoniously with a "regular" OS? Or does Mac OSX Server become the OS? I ask because I want to try my hand at streaming...
  3. #2

    Default Re: Question: W2K - ok to use as web server?

    May I ask what number that is?

    Thanks,
    Robert

    "Kevin Spencer" <kevin@takempis.com> wrote in message
    news:ubSt9R4TDHA.2196@TK2MSFTNGP12.phx.gbl...
    > 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
    > [url]http://www.takempis.com[/url]
    > Big things are made up of
    > lots of little things.
    >
    > "VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
    > news:u2L4Os3TDHA.612@TK2MSFTNGP12.phx.gbl...
    > > 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
    > >
    > >
    >
    >

    VB Programmer Guest

  4. #3

    Default Re: Question: W2K - ok to use as web server?

    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

    "Bob" <sbsp@bis.com> wrote in message
    news:OEdURB5TDHA.1556@TK2MSFTNGP10.phx.gbl...
    > Win2K Pro permits a maximum of 10 concurrent IIS connections.
    >
    > --
    > Elliot M. Rodriguez, MCSD
    > *** It would take 227 cans of Mountain Dew to kill me***
    >
    >
    >
    > "VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
    > news:e1Rhfk4TDHA.1912@TK2MSFTNGP12.phx.gbl...
    > > May I ask what number that is?
    > >
    > > Thanks,
    > > Robert
    > >
    > > "Kevin Spencer" <kevin@takempis.com> wrote in message
    > > news:ubSt9R4TDHA.2196@TK2MSFTNGP12.phx.gbl...
    > > > 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
    > > > [url]http://www.takempis.com[/url]
    > > > Big things are made up of
    > > > lots of little things.
    > > >
    > > > "VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
    > > > news:u2L4Os3TDHA.612@TK2MSFTNGP12.phx.gbl...
    > > > > 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
    > > > >
    > > > >
    > > >
    > > >
    > >
    > >
    >
    >

    VB Programmer Guest

  5. #4

    Default Re: Question: W2K - ok to use as web server?

    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)

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



    "VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
    news:ORo2Qs5TDHA.2460@TK2MSFTNGP10.phx.gbl...
    > 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
    >
    > "Bob" <sbsp@bis.com> wrote in message
    > news:OEdURB5TDHA.1556@TK2MSFTNGP10.phx.gbl...
    > > Win2K Pro permits a maximum of 10 concurrent IIS connections.
    > >
    > > --
    > > Elliot M. Rodriguez, MCSD
    > > *** It would take 227 cans of Mountain Dew to kill me***
    > >
    > >
    > >
    > > "VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
    > > news:e1Rhfk4TDHA.1912@TK2MSFTNGP12.phx.gbl...
    > > > May I ask what number that is?
    > > >
    > > > Thanks,
    > > > Robert
    > > >
    > > > "Kevin Spencer" <kevin@takempis.com> wrote in message
    > > > news:ubSt9R4TDHA.2196@TK2MSFTNGP12.phx.gbl...
    > > > > 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
    > > > > [url]http://www.takempis.com[/url]
    > > > > Big things are made up of
    > > > > lots of little things.
    > > > >
    > > > > "VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
    > > > > news:u2L4Os3TDHA.612@TK2MSFTNGP12.phx.gbl...
    > > > > > 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
    > > > > >
    > > > > >
    > > > >
    > > > >
    > > >
    > > >
    > >
    > >
    >
    >

    Elliot M. Rodriguez Guest

  6. #5

    Default Re: Question: W2K - ok to use as web server?

    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" <rmu1@columbiaSPAM.SUCKSedu> wrote in
    message news:3F1C4A11.8CF900C7@columbiaSPAM.SUCKSedu...
    > 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.
    >
    > "Elliot M. Rodriguez" wrote:
    > >
    > > 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)
    > >
    > > --
    > > Elliot M. Rodriguez, MCSD
    > > *** It would take 227 cans of Mountain Dew to kill me***
    > >
    > > "VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
    > > news:ORo2Qs5TDHA.2460@TK2MSFTNGP10.phx.gbl...
    > > > 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
    > > >
    > > > "Bob" <sbsp@bis.com> wrote in message
    > > > news:OEdURB5TDHA.1556@TK2MSFTNGP10.phx.gbl...
    > > > > Win2K Pro permits a maximum of 10 concurrent IIS connections.
    > > > >
    > > > > --
    > > > > Elliot M. Rodriguez, MCSD
    > > > > *** It would take 227 cans of Mountain Dew to kill me***
    > > > >
    > > > >
    > > > >
    > > > > "VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
    > > > > news:e1Rhfk4TDHA.1912@TK2MSFTNGP12.phx.gbl...
    > > > > > May I ask what number that is?
    > > > > >
    > > > > > Thanks,
    > > > > > Robert
    > > > > >
    > > > > > "Kevin Spencer" <kevin@takempis.com> wrote in message
    > > > > > news:ubSt9R4TDHA.2196@TK2MSFTNGP12.phx.gbl...
    > > > > > > 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
    > > > > > > [url]http://www.takempis.com[/url]
    > > > > > > Big things are made up of
    > > > > > > lots of little things.
    > > > > > >
    > > > > > > "VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
    > > > > > > news:u2L4Os3TDHA.612@TK2MSFTNGP12.phx.gbl...
    > > > > > > > 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
    > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > > >
    > > > > >
    > > > > >
    > > > >
    > > > >
    > > >
    > > >
    >
    > --
    > Ricardo M. Urbano
    > Microsoft Windows 2000/NT MVP

    VB Programmer Guest

  7. #6

    Default Re: Question: W2K - ok to use as web server?

    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" <growNO-SPAM@go-intech.com> wrote in message
    news:eGbKxh8TDHA.2088@TK2MSFTNGP10.phx.gbl...
    > 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" <rmu1@columbiaSPAM.SUCKSedu> wrote in
    > message news:3F1C4A11.8CF900C7@columbiaSPAM.SUCKSedu...
    > > 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.
    > >
    > > "Elliot M. Rodriguez" wrote:
    > > >
    > > > 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)
    > > >
    > > > --
    > > > Elliot M. Rodriguez, MCSD
    > > > *** It would take 227 cans of Mountain Dew to kill me***
    > > >
    > > > "VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
    > > > news:ORo2Qs5TDHA.2460@TK2MSFTNGP10.phx.gbl...
    > > > > 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
    > > > >
    > > > > "Bob" <sbsp@bis.com> wrote in message
    > > > > news:OEdURB5TDHA.1556@TK2MSFTNGP10.phx.gbl...
    > > > > > Win2K Pro permits a maximum of 10 concurrent IIS connections.
    > > > > >
    > > > > > --
    > > > > > Elliot M. Rodriguez, MCSD
    > > > > > *** It would take 227 cans of Mountain Dew to kill me***
    > > > > >
    > > > > >
    > > > > >
    > > > > > "VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
    > > > > > news:e1Rhfk4TDHA.1912@TK2MSFTNGP12.phx.gbl...
    > > > > > > May I ask what number that is?
    > > > > > >
    > > > > > > Thanks,
    > > > > > > Robert
    > > > > > >
    > > > > > > "Kevin Spencer" <kevin@takempis.com> wrote in message
    > > > > > > news:ubSt9R4TDHA.2196@TK2MSFTNGP12.phx.gbl...
    > > > > > > > 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
    > > > > > > > [url]http://www.takempis.com[/url]
    > > > > > > > Big things are made up of
    > > > > > > > lots of little things.
    > > > > > > >
    > > > > > > > "VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
    > > > > > > > news:u2L4Os3TDHA.612@TK2MSFTNGP12.phx.gbl...
    > > > > > > > > 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
    > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > > >
    > > > > >
    > > > > >
    > > > >
    > > > >
    > >
    > > --
    > > Ricardo M. Urbano
    > > Microsoft Windows 2000/NT MVP
    >
    >

    Elliot M. Rodriguez Guest

  8. #7

    Default Re: Question: W2K - ok to use as web server?

    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" <sbsp@bis.com> wrote in message
    news:uT98ju8TDHA.1552@TK2MSFTNGP10.phx.gbl...
    > 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" <growNO-SPAM@go-intech.com> wrote in message
    > news:eGbKxh8TDHA.2088@TK2MSFTNGP10.phx.gbl...
    > > 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" <rmu1@columbiaSPAM.SUCKSedu> wrote in
    > > message news:3F1C4A11.8CF900C7@columbiaSPAM.SUCKSedu...
    > > > 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.
    > > >
    > > > "Elliot M. Rodriguez" wrote:
    > > > >
    > > > > 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)
    > > > >
    > > > > --
    > > > > Elliot M. Rodriguez, MCSD
    > > > > *** It would take 227 cans of Mountain Dew to kill me***
    > > > >
    > > > > "VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
    > > > > news:ORo2Qs5TDHA.2460@TK2MSFTNGP10.phx.gbl...
    > > > > > 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
    > > > > >
    > > > > > "Bob" <sbsp@bis.com> wrote in message
    > > > > > news:OEdURB5TDHA.1556@TK2MSFTNGP10.phx.gbl...
    > > > > > > Win2K Pro permits a maximum of 10 concurrent IIS connections.
    > > > > > >
    > > > > > > --
    > > > > > > Elliot M. Rodriguez, MCSD
    > > > > > > *** It would take 227 cans of Mountain Dew to kill me***
    > > > > > >
    > > > > > >
    > > > > > >
    > > > > > > "VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
    > > > > > > news:e1Rhfk4TDHA.1912@TK2MSFTNGP12.phx.gbl...
    > > > > > > > May I ask what number that is?
    > > > > > > >
    > > > > > > > Thanks,
    > > > > > > > Robert
    > > > > > > >
    > > > > > > > "Kevin Spencer" <kevin@takempis.com> wrote in message
    > > > > > > > news:ubSt9R4TDHA.2196@TK2MSFTNGP12.phx.gbl...
    > > > > > > > > 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
    > > > > > > > > [url]http://www.takempis.com[/url]
    > > > > > > > > Big things are made up of
    > > > > > > > > lots of little things.
    > > > > > > > >
    > > > > > > > > "VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
    > > > > > > > > news:u2L4Os3TDHA.612@TK2MSFTNGP12.phx.gbl...
    > > > > > > > > > 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
    > > > > > > > > >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > > >
    > > > > >
    > > > > >
    > > >
    > > > --
    > > > Ricardo M. Urbano
    > > > Microsoft Windows 2000/NT MVP
    > >
    > >
    >
    >

    VB Programmer Guest

  9. #8

    Default Re: Question: W2K - ok to use as web server?

    > 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.


    PL Guest

  10. #9

    Default Re: Question: W2K - ok to use as web server?

    VB Programmer <growNO-SPAM@go-intech.com> wrote:
    > 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.

    --

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Chris Barnes AOL IM: CNBarnes
    [email]chris@txbarnes.com[/email] Yahoo IM: chrisnbarnes


    Chris Barnes Guest

  11. #10

    Default Re: Question: W2K - ok to use as web server?

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

    "Chris Barnes" <chris-barnes@tamu.edu> wrote in message
    news:uIUAdCIUDHA.1552@TK2MSFTNGP10.phx.gbl...
    > VB Programmer <growNO-SPAM@go-intech.com> wrote:
    > > 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.
    >
    > --
    >
    > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    > Chris Barnes AOL IM: CNBarnes
    > [email]chris@txbarnes.com[/email] Yahoo IM: chrisnbarnes
    >
    >

    VB Programmer Guest

  12. #11

    Default Re: Question: W2K - ok to use as web server?

    In article <OGbD99GUDHA.2088@TK2MSFTNGP11.phx.gbl>, [email]pblse@yahoo.se[/email] says...
    > > 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.

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

    ----
    Remove .panties to email.
    Robert Guest

  13. #12

    Default Re: Question: W2K - ok to use as web server?

    VB Programmer <growNO-SPAM@go-intech.com> wrote:
    > 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.


    --

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Chris Barnes AOL IM: CNBarnes
    [email]chris@txbarnes.com[/email] Yahoo IM: chrisnbarnes


    Chris Barnes Guest

  14. #13

    Default Re: Question: W2K - ok to use as web server?

    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.

    "Chris Barnes" <chris-barnes@tamu.edu> wrote in message
    news:%23nRKI1SUDHA.2180@TK2MSFTNGP12.phx.gbl...
    > VB Programmer <growNO-SPAM@go-intech.com> wrote:
    > > 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.
    >
    >
    > --
    >
    > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    > Chris Barnes AOL IM: CNBarnes
    > [email]chris@txbarnes.com[/email] Yahoo IM: chrisnbarnes
    >
    >

    VB Programmer Guest

  15. #14

    Default Re: Question: W2K - ok to use as web server?

    > .... 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.


    PL Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139