How to Set a Machine Key to Your Custom ASP Application
Last Updated on Tuesday, 6 November 2012 08:30 Written by Rodolfo Hernandez Tuesday, 6 November 2012 12:00
Machine key is used for authentication and security in ASP. If you have an asp application that requires login, you must set the Machine Key for security and to avoid a viewstate validation error. A viewstate validation error will log off any user connected to your application even if you set a 8 hours timeout. For that reason, In this article I will give a step by step guide on how to set a Machine Key to your ASP Application
The Machine Key <machineKey> element helps to control tamper proofing and encryption of ViewState, forms authentication tickets, and role cookies. Instead of creating a complicated function, we will use a tool to generate random machine keys.
1. Go to this address and get a random machine key. It should look like this:
Learn MoreHow to install “SMF” From Your cPanel
Last Updated on Thursday, 10 September 2009 04:17 Written by Arian Jahansouz Monday, 24 August 2009 05:14
This article will give you a step by step guide on how to install SMF from your cPanel. Sign into your cPanel and follow these steps:
1) Click Fantastico De Luxe.
2) Scroll down to “Discussion Boards”. Find the “SMF” link and click on it.
Learn More

Recent Comments