使用 Windows 身份验证,可是登录名总是为 NULL,原来少写了 Integrated Security=SSPI。完整为:
Data Source=(local);Initial Catalog=db;Persist Security Info=True;Integrated Security=SSPI;
相关阅读
| ASP.NET 中的 AJAX | ASP.NET 画图全接触 | ASP.NET 与 XML | 声明式数据绑定 | ASP.NET 网页抓取 |
| C# 基础 | C# 类教程 | C# 加密 | ASP.NET 成员资格 | 非“自动化”处理 Excel |
| QuickAjax | Ajax | 完美的语法高亮器 | Silverlight | Popfly |
|
使用 Windows 身份验证,可是登录名总是为 NULL,原来少写了 Integrated Security=SSPI。完整为: Data Source=(local);Initial Catalog=db;Persist Security Info=True;Integrated Security=SSPI; 相关阅读 文章评论
|
栏目最新文章
|