What is FullTrust? Do GACed assemblies have FullTrust?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ish
Gac Assemly have full trust bescause in gac only storng
name assembly come
Is This Answer Correct ? | 2 Yes | 0 No |
What is the lifespan for items stored in ViewState?
What is the difference between an EXE and a DLL?
18 Answers Infosys, JK Associates, Persistent, TATA, Technosoft, Wipro,
Code for updating the database by entering the data into textboxes in aspx form?
Mention the namespace that is used to include .net data provider for sql server in .net code?
Can we use the java script code in .Net Code behind?
What is microsoft windows sharepoint services?
How can we inherit a static variable?
Usage of web.config?
What are Authentication and Authorization?
What is the difference between union and structure?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
Tell me the code snippet to show how we can return 404 errors from HttpError?