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 is difference between Server.Transfer and Response.Redirect in ASP.NET?
How do u declare static variable and how it is declared and what is its lifetime?
Distinguish between Server-side and Client-side code?
What is preprocessor in .net? Where it use?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
what are the security certificates used in webservices?
What does ascx stand for?
Apart from IDE what are the enhancements in asp.net 2.0?
How can you handle exceptions in asp.net?
Describe state management in asp.net?
What do you mean by serialize and marshalbyref?
How would you turn off cookies on one page of your website?
Explain login controls.
Is web config mandatory?
Describe how passport authentication works.