用户名:
密 码: 记住
您当前的位置:首页 > 网络编程 > Net教程

this connector is disabled错误的解决方法

时间:2015-01-29  来源:互联网  作者:佚名
复制代码 代码如下:
private bool CheckAuthentication()
{
// WARNING : DO NOT simply return "true". By doing so, you are allowing
// "anyone" to upload and list the files in your server. You must implement
// some kind of session validation here. Even something very simple as...
//
// return ( Session[ "IsAuthorized" ] != null && (bool)Session[ "IsAuthorized" ] == true );
//
// ... where Session[ "IsAuthorized" ] is set to "true" as soon as the
// user logs in your system.

return true;
}
来顶一下
返回首页
返回首页
推荐资讯
ASP.NET 2.0写无限级下拉菜单 ASP.NET 2.0写无限级下拉菜单复制代码 代码如下:<%@ Page Language="C#" %> <html> <!-
ASP.NET Ajax级联DropDownList实现代码 ASP.NET Ajax级联DropDownList实现了解级联DDL 那么考虑以下几种常见情景: · 用户注册时需要选
相关文章
栏目更新
栏目热门