|
-
Feb 16th, 2003, 03:37 AM
#1
Thread Starter
New Member
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
-
Feb 17th, 2003, 02:27 AM
#2
Junior Member
hi
hi,
if u can elaborate your problem more in detail then i think we can help u out.
jasvinder
-
Feb 17th, 2003, 03:41 AM
#3
KING BODWAD XXI
-
Feb 18th, 2003, 05:36 AM
#4
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|