您目前尚未登陆,请选择【登陆】或【注册
首页->全站代码->DotNetNuke04.08.03免安装版项目源码>>Website/App-Code/Global.asax.vb>>代码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:DotNetNuke04.08.03免安装版项目源码


当前文件路径:DNN/Website/App_Code/Global.asax.vb 文件类型
普通视图
		            
1' 2' DotNetNuke?- http://www.dotnetnuke.com 3' Copyright (c) 2002-2008 4' by DotNetNuke Corporation 5' 6' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated 7' documentation files (the "Software"), to deal in the Software without restriction, including without limitation 8' the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and 9' to permit persons to whom the Software is furnished to do so, subject to the following conditions: 10' 11' The above copyright notice and this permission notice shall be included in all copies or substantial portions 12' of the Software. 13' 14' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED 15' TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 16' THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 17' CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 18' DEALINGS IN THE SOFTWARE. 19' 20Imports System.Security 21Imports System.Security.Principal 22Imports System.Threading 23Imports System.Web.Security 24Imports System.IO 25 26Imports DotNetNuke.Security.Roles 27Imports DotNetNuke.Services.Log.EventLog 28Imports DotNetNuke.Services.Upgrade 29 30 31Namespace DotNetNuke.Common 32 33 ''' ----------------------------------------------------------------------------- 34 ''' Project : DotNetNuke 35 ''' Class : Global 36 ''' 37 ''' ----------------------------------------------------------------------------- 38 ''' <summary> 39 ''' 40 ''' </summary> 41 ''' <remarks> 42 ''' </remarks> 43 ''' <history> 44 ''' [sun1] 1/18/2004 Created 45 ''' </history> 46 ''' ----------------------------------------------------------------------------- 47 Public Class [Global] 48 Inherits System.Web.HttpApplication 49 50Application Event Handlers 97 98 Private Sub Global_BeginRequest(ByVal sender As Object, ByVal e As EventArgs) Handles Me.BeginRequest 99 Dim app As HttpApplication = CType(sender, HttpApplication) 100 Dim Request As HttpRequest = app.Request 101 102 'run schedule if in Request mode 103 Initialize.RunSchedule(Request) 104 105 End Sub 106 107 End Class 108 109End Namespace 110
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:DotNetNuke04.08.03免安装版项目源码

- 仿Google查询并导出Excel源码

- 最简单三层登陆入门源码

- 综合示例源码(文章、论坛、会..

- VB.net实现的曲线图、饼图源码

- Asp.net大型B2B网站程序源码

- ASP.NET通用权限管理系统1.0..

- 多功能在线考试系统源码

- 飞翔多用户访问统计系统源码

51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号