Sitemap and roles
In asp.net sessions can be enabled on three modes. In-Process is the default mode in which sessions values are managed on the asp.net process itself. Sqlserver mode enables to store session variables on the server server database itself so they are persistent even after the full server restart.
Loosing host account password can be very annoying. Use this simple data manipulation technique to restore your host account.
Viewstates are the data injected by the asp.net to track the page status between posts. Here is the way how to force those data to the rendered at the bottom of the rendered html page.
Sql script to list the columns for a given database that are acting as identity(auto-increment ) columns