使用sqlserver2005在visual studio 2010中成功设置后登录表单中的错误 [英] error in login form after success setup in visual studio 2010 with sqlserver2005

查看:88
本文介绍了使用sqlserver2005在visual studio 2010中成功设置后登录表单中的错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近创建项目  visual studio  2010   使用 sqlserver  2005 。在完成 设置后,我运行setup,第一页登录页面。现在我填USENAME,<跨度类= 代码关键字>和 passwod <跨度类= 代码关键字>和单击登录按钮。 
错误出现。
登录失败 用户 ,用户未与 p $ p>

解决方案

相关联通常在使用SQL身份验证时出现。使用SQL身份验证而不是Windows的原因有几个:



- 客户端没有运行域

- 网络包含运行Windows98的PC



启用两种身份验证协议:

1.转到企业管理器。

2.右键单击服务器名称

3.选择属性

4.转到安全选项卡

5.将身份验证设置为SQL Server和Windows



或尝试以下链接:

https://support.microsoft.com/en-us/kb/555332 [ ^ ]

https:/ /support.microsoft.com/en-us/kb/889615 [ ^ ]



-KR


i recently create project in visual studio 2010 and use sqlserver 2005. after complete process of setup , i run setup, and first page is login page. now i fill usename,and passwod and click on login button.
and error arise.
login failed for user", the user is not associated with a

解决方案

This error most commonly occurs when using SQL authentication. There are a few reasons to use SQL authentication rather than Windows:

- Client is not running a domain
- Network contains PC’s running Windows98

To enable both authentication protocols:
1. Go to Enterprise Manager.
2. Right Click on Server Name
3. Select Properties
4. Go to Security Tab
5. Set authentication to SQL Server and Windows

Or try below links:
https://support.microsoft.com/en-us/kb/555332[^]
https://support.microsoft.com/en-us/kb/889615[^]

-KR


这篇关于使用sqlserver2005在visual studio 2010中成功设置后登录表单中的错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆