Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: Programming_GalPosted on 2003-06-17 at 00:35:40ID: 8738342
You have SQL Server set up to use Windows Authentication. Unless you are using Windows Authentication exclusively throughout your web site, you should have SQL Server set up to authenticate using mixed mode - this allows support for Windows Authentication AND passing credentials via clear text (e.g. a connection string from ASP). To make sure SQL Server is set up to be in mixed mode:
.asp?id=21 38
Open Enterprise Manager;
Expand a server group;
Right-click a server, and click Properties;
Click the Security tab;
Under Authentication, click SQL Server and Windows.
Now, make sure you have a valid user set up to access your tables, views and procedures
http://www.aspfaq.com/show