what is machine key error in .NET how can we solve it?



what is machine key error in .NET how can we solve it?..

Answer / Vishal Pathak

The MachineKey error in .NET is often encountered due to misconfiguration or compatibility issues between the server and client. To solve this, you can follow these steps:

1. Ensure that the validationKey and decryptionKey are configured properly in the web.config file of your application.
2. Check if both the client and server have the same MachineKey settings.
3. If you're using Forms Authentication, ensure that the authentication mode is set to 'Forms' and not 'Windows'.
4. In some cases, updating .NET Framework to a newer version or reinstalling it may help.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Which ports are used by virueses?

1 Answers  


Can any object be stored in a viewstate in .net?

1 Answers  


What does cli do?

1 Answers  


What tags do you need to add within the asp:datagrid tags to bind columns manually.

1 Answers  


Explain what relationship is between a process, application domain, and application?

1 Answers  


Why DLL files are needed. & how They are Created in DOTNET?

1 Answers  


Explain dataset.acceptchanges and dataadapter.update methods in .net?

1 Answers  


What is the standard you use to wrap up a call to a Web service

2 Answers   Siebel Systems,


Can u any body send the DotNet Interview questions and answers to my mail please....... mindukuru@yahoo.com

1 Answers  


Describe the compilation process for .net code?

1 Answers  


Describe the programming model of a windows service

1 Answers  


How can you turn-on and turn-off cas?

1 Answers  


Categories