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
Do you know about caching with the datasource controls?
What is css and what is it used for?
What are session and cookies?
How can you access the properties and controls of master pages from content pages?
Explain the disadvantages of viewstate?
What are the authentication types in asp.net?
What is class and object in asp.net?
What are the steps to follow to host a web application on a web server?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What is asp.net mvc? : asp.net mvc
When was asp.net released?
How can we make sure that Web API returns JSON data only?
What is Razor View Engine
Does web services support data reader like pom project?
Explain about consistent programming model in the .NET framework?