how we can solve machine key error in asp.net?
Answers were Sorted based on User's Feedback
Answer / satyajeet
By Checking the WebConfig file in the project if their is
more than two files of webconfig then one is deleted and
then again debug...
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / lalitmca2011akar
please help me. i do not know how to resolve it?
Is This Answer Correct ? | 3 Yes | 3 No |
Answer / robin singh
Simply if u are using View State in your web page then
sometimes u faced Error of machine key .. for solve this
just simply paste machine key by searching from internet on
web.config file.
Is This Answer Correct ? | 0 Yes | 0 No |
How about the security in Activex DLL and Activex EXE ?
What is state management in asp.net with example?
What is ispostback method in asp.net?
Write a code snippet to implement the indentation in json in web api.
What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.
What is deference between asp.net, vb.net, c# & j#
Which is the best institute in Hyderabad/Secunderabad/Andhra Pradesh to learn DotNet?
Explain diff. Between friend and protected friend?
Which protocol is used in a web api?
Explain about consistent programming model in the .NET framework?
What is DataGrid wheater its a Server Control or something else ?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?