Answer Posted / arunendra shukla
Yes, We can create user app domain by calling on of the following overload static methods of the System.AppDomain class
1. Public static AppDomain CreateDomain(String friendlyName)
2. Public static AppDomain CreateDomain(String friendlyName, Evidence securityInfo)
3. Public static AppDomain CreateDomain(String friendlyName, Evidence securityInfo, AppDomainSetup info)
4. Public static AppDomain CreateDomain(String friendlyName, Evidence securityInfo, String appBasePath, String appRelativeSearchPath, bool shadowCopyFiles)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are Master Pages in ASP.NET? or What is a Master Page?
Which namespace is used by ado.net?
What are the uses of list view control in Asp.net?
What is the web.config file in asp?
What is GAC in ASP.NET 2.0
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
How to use a Master Database in Asp.net?
What is content place holder?
Why mvc is faster than asp.net? : Asp.Net MVC
Which .NET framework supports Web API?
How to use ipostback?
What does session_start () do?
What is a gridview in asp.net?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is a session in asp.net?