Forum Moderators: open
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 (0x80004005)
Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection.
--------------------------------------------------------------------------------
Can someone assist me.
My first guess is named pipes are turned off or access to them are being blocked but without more information its my best guess.
FYI a little bit of advice.
Never use SA user login for a production or development website to use to access the database. It is an administrative account and should only be used for administrative purposes. Create a standard user account and grant it the proper rights to access your db. This will help protect you later on down the road if your site ever gets hacked they will not be able to do as much damage to other databases hosted on the same sql server.