what do machine key element in configuration file specify?
Answer Posted / karthika.s
Machine key element in configuration file 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.
The validation key should be in the range of 20 to 64.
Decryption key—8 or 24. Between SHA1 and MD5 algorithms used
for validation SHA1 produces a longer key and is therefore
recommended. The tool creates an 8-byte key for the Data
Encryption Algorythm (DES) and a 24-byte one for Triple-DES
(3DES).
Once keys are generated they are converted into a string of
hexadecimal characters.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the life cycle of an asp.net page?
What is semantic gap?
How does asp.net page work?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
How are sessions stored?
Explain about Application and Session Events ?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
Explain repository pattern in asp.net mvc? : asp.net mvc
What are the asp.net server side objects?
Where session variables are stored?
What is cas?
How to set the pane area to transparent of a scrollPane component.?
How do active server pages work?
Explain the various authentication mechanisms in asp.net.
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?