AuthenticationSection a=(AuthenticationSection) WebConfigurationManager.GetSection("system.web/authentication"); Response.Write(a.Mode.ToString());
Response.Write(Environment.GetEnvironmentVariable("TEMP"));
HttpContext.Current. Session["aa"] = "welcome";