摘要:
从其它系统登录到SharePoint 2010系统的单点登录以前做的只是使用SharePoint的单一登录,用SharePoint去登录其他的系统,现在要反过来,用Form认证的系统来登录SharePoint。我们都知道,SharePoint使用的是域认证系统,登录到SharePoint系统上,用户必须要有一个域账号。但是这个域账号跟别的账号不一样。它的密码是不可能获取到的。这也就造成了其它系统和SharePoint系统的整合的困难。我们大部分都会把SharePoint系统作为主系统来用,即使有别的系统,也是从SharePoint系统去登录到别的系统来用。在SharePoint系统中去登录别的 阅读全文
posted @ 2014-01-11 15:35
914556495
阅读(619)
评论(0)
推荐(0)
摘要:
数据库远程备份与还原1、Web.config 2、aspx 3、aspx.cs //数据库备份 protected void Button1_Click(object sender, EventArgs e) { string con_str = ConfigurationManager.ConnectionStrings["BeiFenConnectionString"].ToString(); SqlConnection conn = new SqlConnection(c... 阅读全文
posted @ 2014-01-11 10:55
914556495
阅读(180)
评论(0)
推荐(0)

浙公网安备 33010602011771号