| |
|
How to implement a web farm and a web garden? Whats a web farm and a web garden in ASP.NET?
What is the difference between a web farm and web garden in ASP.NET?
An ASP NET interview can't be really complete without the web farm question.
So what is a web farm. A Web Farm is a setup of a website across multiple servers.
A Web Garden is a setup of a website on a single server with multiple processors.
To set a a multi-server web application in ASP.NET, the following link may be
read
Click Here.
Page Redirection
Values Between Pages
Worker Process
Page Life Cycle
Global Variables
Postback
Server Control
Viewstate
Send Email
Namespace
Localization
Event Handler
Validation
Global.asax
HttpHandler
Session
Cookie
EnableViewState
Smart Navigation
Web Farm
Dataset
Register
| |