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
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
Explain the difference between an exe and a dll?
What are web beacons used for?
Define static constructor?
Can asp.net work on an nt server?
How would you turn off cookies on a page of a website?
What is server components?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
Explain about asp.net 2.0 themes?
What is the use of service provider?
Explain Session state management options in ASP.NET.
Why do we use sessions?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?