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

3. What goals do you have in your career?

0 Answers   Swatz Oils,


Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

0 Answers  


Is it possible to apply themes to an asp.net application? If yes, then how?

0 Answers  


Explain diff. Betn dataset and recordset?

0 Answers  


When does the application ONEND event handler fire?

1 Answers   C Squared Systems, Verinon Technology Solutions,






What is session object? Describe in detail.

0 Answers  


Explain the difference between singleton and single call?

0 Answers  


What are the various ways of securing a web site that could prevent from hacking etc ?

1 Answers  


What is the concept of view state in asp.net?

0 Answers  


How to rename a table using sql queries?

0 Answers  


How to consume a webservice in a windows application without adding through the web reference?

1 Answers   247Customer,


What is a web farm?

0 Answers  


Categories