R
Raveendra
Hi!
I am trying to create one new Application Domain and
calling one Assembly in that created Application Domain.
It is working fine with stand alone application.
But I need to do the same with ASP.NET.
In brief I will explain:
I want to create one Application domain, and call one
assembly in that created application domain, and excute
some methods/functions of that calling assembly and unload
the application domain. All these things should work with
ASP.NET. Please give your code with C#.
thanks for your help.
....Raveendra
I am trying to create one new Application Domain and
calling one Assembly in that created Application Domain.
It is working fine with stand alone application.
But I need to do the same with ASP.NET.
In brief I will explain:
I want to create one Application domain, and call one
assembly in that created application domain, and excute
some methods/functions of that calling assembly and unload
the application domain. All these things should work with
ASP.NET. Please give your code with C#.
thanks for your help.
....Raveendra