Can you create an app domain ?



Can you create an app domain ?..

Answer / 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

More ASP.NET Interview Questions

What is the mvc model?

1 Answers  


what is the difference between this.controls and page.form1.controls and me.controls?

2 Answers   FactorH,


What does the hotspot class in .net do?

1 Answers  


How can we identify that the Page is Post Back?

1 Answers  


Explain how can we inherit a static member?

1 Answers  


Explain the path instructions in xaml?

1 Answers  


What are the session variables?

1 Answers  


What is Assembly?

3 Answers   Inspira Technologies,


How can you provide an alternating color scheme in a Repeater control?

1 Answers  


Difference Between GridView And DataList

2 Answers  


What is the latest version of asp.net?

1 Answers  


What is globalization and localization in asp net?

1 Answers  


Categories