Usually all the application developed by a company will be assigned to a single worker process in the IIS.This is not called as the WebGardening.Second example is not in the WebGarden environment.
But IIS adminsitrator having a chance of assigning all the availble application to more than one worker process. This is called the WebGardening.First Figure shows you WebGarden environment.














Excellent explanation. Now this is pretty clear. By the way who is the author for this.
Not clear explanation. Be brief
We are sorry. This article needs to be updated yet. This is the partial article only.
You can see the complete article by monday.
Regards
Team Palle Technologies
Hello Sir,
Please help me in implementing two interfaces having same methods.
interface IDemo
{
void Show();
}
interface IDemo1
{
void Show();
}
class Interclash : IDemo, IDemo1
{
//Method definitions
}
Public InterFace I1 { void m1(); }
Public InterFace I2 { void m1(); }
Public Class Test: I1,I2
{
public void I1.m1() { //give implementation }
public void I2.m1() { //give implementation }
}
Yes I tried that by creating object
{
Test Itest=new Test();
Itest.I1.m1();
}
I’m getting the following error-
Error 1 ‘Test’ does not contain a definition for ‘I1′ and no extension method ‘I1′ accepting a first argument of type ‘Test’ could be found (are you missing a using directive or an assembly reference?)
sir,
How to get city name from selected State in javascript ?
Check DotnetTution to day late evening