Results 1 to 4 of 4

Thread: Creating a Intranet web farm using ASP.NET

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2003
    Location
    India
    Posts
    2

    Question Creating a Intranet web farm using ASP.NET

    Can anyone help me out by listing the ways for creating a Intranet Web Farm.

    Thanks in advance.

    T Navaneethan

  2. #2
    Junior Member
    Join Date
    Dec 2002
    Location
    India
    Posts
    27

    hi

    hi,

    if u can elaborate your problem more in detail then i think we can help u out.

    jasvinder

  3. #3
    KING BODWAD XXI BodwadUK's Avatar
    Join Date
    Aug 2002
    Location
    Nottingham
    Posts
    2,176
    Why do you want a farm, Does that mean you can buy pigs and cows for your virtual farm and then trade with other users


    I think you mean form dont you????
    If you dribble then you are as mad as me

    Lost World Creations Website (XBOX Indie games)
    Lene Marlin

  4. #4
    Addicted Member
    Join Date
    Jan 1999
    Posts
    165
    I understand there are two options - a Web farm or a garden.
    A web garden is where the app is running on a single mutiprocessor server and utilising multiple processors - a farm runs on serveral servers.
    In order to create the garden you just need to make some settings in the Machine.config. A farm needs Microsoft Windows 2000 Advanced Server or Microsoft Windows 2000 Datacenter with Network Load Balancing installed.
    You then need to handle Application and Session state information. Application state can be shared by reading and writing to a commonly accessible resource. Session state is a bit more involved and requires either a state server or SQL server to hold and serve the data.
    Hope this helps

Posting Permissions

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



Click Here to Expand Forum to Full Width