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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-04-19 : 10:58:04
|
| writes "HTTP 500.100 - Internal Server Error - ASP errorInternet 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 12This 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
|
| HelloJust post the connection code, just to help you |
 |
|
|
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.MeanOldDBAderrickleggett@hotmail.comWhen life gives you a lemon, fire the DBA. |
 |
|
|
|
|
|