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
Briefly describe the role of global.asax?
What is asp net theme?
Can you change a Master Page dynamically at runtime?
What is the difference between globalization and localization?
How is it possible for .NET to support many languages?
Explain swagger components.
What is the differences between a primary key and a unique key in sql server?
What are the new data controls in asp.net 2.0?
Why do we use datasource in asp.net?
How can you debug your.net application?
Define managed code and managed data in .net?
What is cross page posting in asp net?
Explain code snippet to register exception filters from controller?
What are the layouts of ASP.NET Pages?
What is custom attribute?