What is FullTrust? Do GACed assemblies have FullTrust?
Answer Posted / pramod gupta
The permissions to run any assembly is based on its trust
level.Under Full Trust level all assemblies can be run
successfuly. All GAC asemblies have Full Trust as ever
strong named assembly is Full Trust assembly.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we use a static function with a non-static variable?
Explain the difference between inline and code behind - which is best in?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is the appSettings Section in the web.config file?
What is mvc in asp.net tutorial? : Asp.Net MVC
How can you send an email message from an asp.net web page?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What are Authentication and Authorization?
What is the mvc model?
How many languages are supported by .NET at present time?
What is difference between View State and Hidden Field in ASP.NET?
What are the two Layouts supported by a Web form in ASP.NET?
Name the namespace which is used by ado.net?
What is cache in asp net?
What is application variable in asp.net?