摘要:I am using VS 2008. I have created a new Asp.net web site project from File->New->Website->Asp.net Website. Now I want to add the Global.asax as well
阅读全文
摘要:1、写cookie方法 2、读取cookie方法
阅读全文
摘要:1、Cookie操作类 using System; using System.Data; using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.We
阅读全文
摘要:调用 Original:http://blog.csdn.net/yysyangyangyangshan/article/details/6661886
阅读全文
摘要:<?xml version="1.0" encoding="utf-8"?><configuration> <configSections> <sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.
阅读全文
摘要:1、N台服务器配置文件的相关配置要一致 <authentication mode="Forms"> <forms timeout="3600" name=".ASPXAUTH" protection="All" path="/" requireSSL="false" slidingExpiratio
阅读全文