What is the < machinekey > element and what two ASP.NET technologies is it used for ?
Answer / gitam singh
Configures keys to use for encryption and decryption of forms authentication cookie data and view state data, and for verification of out-of-process session state identification.There fore 2 ASP.Net technique in which it is used are Encryption/Decryption & Verification
Is This Answer Correct ? | 0 Yes | 0 No |
How does the browser enable AutoPostBack functionality?
What are the merits and demerits of viewstate?
What are cookies in your browser?
You need to retrieve data from a Microsoft SQL Server 2000. Currently you are using an oleDbConnection object to connect to the database server. You need to be able to retrieve the data from the database server in XML format. Which approach would be the most efficient? Select all that apply. Each answer constitutes part of the whole answer. a) Change to the SQL .NET provider. b) Use the ExecuteXmlReader() method of the xxxCommand object c) Use the DOM to create the XML document. d) Use the XmlDocument.Load() method to create the XML Document.
Can you dynamically assign a Master Page?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
I have a datagrid of 10 rows and I am updating the fifth row using template column edit. How wil u know that the row is updated, so that it can be send to database for updating the respective table?
step to create a strong name?
What permissions do asp.net applications posses by default?
List the major built-in objects in asp.net?
What is web application virtual directory ?
what are the security certificates used in webservices?