Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspdotnet_website_programming thread: Can't get thePhile website to show up on 'localhost' !!


Message #1 by dougwood@a... on Wed, 4 Sep 2002 08:05:04
I have followed the instructions exactly, and have installed SQL Server on 
my system.
I rebuilt the solution in VS.NET, changed the machine.config, restarted, 
etc.
I get this error when I call http://localhost/thephile/   :
------------
An unexpected error has occurred on this page. The system administrators 
have been notified. Please feel free to contact us with the information 
surrounding this error.
The error occurred in: http://localhost/thephile/Default.aspx
Error Message: Login failed for user 'sa'. Reason: Not associated with a 
trusted SQL Server connection.
---------------------------------------------------------------------------
-----
Stack Trace:
System.Data.SqlClient.SqlException: Login failed for user 'sa'. Reason: 
Not associated with a trusted SQL Server connection..........


now, I'm asssuming that this has something to do with how I set up SQL 
Server on my computer. but I don't know where to find and change my user 
id to 'sa' ?  where do i find the user id and password settings for my SQL 
Server installation?
a little help please!!!

thanks!!
Message #2 by "jiang tang" <jtang63@y...> on Thu, 5 Sep 2002 06:03:36
Right click on the server-properties then security tab, check 
Authentication to SQL server and Windows.

Hope that will help.

  Return to Index