如何统计网站访问量,代码实现使用全局变量 Application,start,end,Session_start,Session_end事件
voidApplication_Start(objectsender,EventArgse){//在应用程序启动时运行的代码longtotalCount=0;//总访问数inttodayCount=0;//今天在线人数//先从XML中取得访问数stringxmlFilePath=Server.MapPath("~/")+"App_Data//xmls//count.xml";//XML文件路径Da