Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Server connection problem..

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-04-19 : 10:58:04
writes "HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

--------------------------------------------------------------------------------

Technical Information (for support personnel)

Error Type:
Microsoft OLE DB Provider for SQL Server (0x80040E4D)
Login failed for user 'xxxx'.
/xx/connection.asp, line 12

This is the error im getting when i run my page.all pages which has connection with databases giving this same error.i don't know much the sql server..

im just beginner. so im not getting what to do?..Try to help me..
Thanks in advance..
cheers."

mateos2
Starting Member

4 Posts

Posted - 2004-04-19 : 11:08:31
Hello

Just post the connection code, just to help you

Go to Top of Page

derrickleggett
Pointy Haired Yak DBA

4184 Posts

Posted - 2004-04-20 : 07:52:13
You need to look at your Data Connection. If it's using trusted security, you need to make sure your internet account has proper access to SQL Server. If you are using SQL Server security, you need to make sure that account is set up properly. If you need help with a specific piece of this, let us know.

MeanOldDBA
derrickleggett@hotmail.com

When life gives you a lemon, fire the DBA.
Go to Top of Page
   

- Advertisement -