随笔分类 -  .Net WebForm

Where is the Global.asax.cs file
摘要: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 阅读全文

posted @ 2016-05-23 11:41 jianiu 阅读(205) 评论(0) 推荐(0)

Cookie操作
摘要:1、写cookie方法 2、读取cookie方法 阅读全文

posted @ 2016-03-21 17:55 jianiu 阅读(203) 评论(0) 推荐(0)

C# 操作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 阅读全文

posted @ 2016-03-17 10:56 jianiu 阅读(444) 评论(0) 推荐(0)

[转]正则表达式相关:C# 抓取网页类(获取网页中所有信息)
摘要:调用 Original:http://blog.csdn.net/yysyangyangyangshan/article/details/6661886 阅读全文

posted @ 2015-08-13 15:32 jianiu 阅读(264) 评论(0) 推荐(0)

membership 在web.config中配置信息
摘要:<?xml version="1.0" encoding="utf-8"?><configuration> <configSections> <sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor. 阅读全文

posted @ 2015-07-21 13:15 jianiu 阅读(340) 评论(0) 推荐(0)

Asp.net forms认证注意事项
摘要:1、N台服务器配置文件的相关配置要一致 <authentication mode="Forms"> <forms timeout="3600" name=".ASPXAUTH" protection="All" path="/" requireSSL="false" slidingExpiratio 阅读全文

posted @ 2015-04-02 10:08 jianiu 阅读(108) 评论(0) 推荐(0)