SQL server login fail
-
ASP.NET 2003:confused::confused: sql sever2000 Hello, I am trying to connect the sql server but I could not open it.I get the error msg I have given below.Then I have introduce my connection string and web.config file How can I connect poperly. Please anybody help me. Me.SqlConnection1.ConnectionString = "workstation id=""MAXWORLD-YCPNJU"";packet size=4096;user id=sa;integrated security=" & _ "SSPI;data source=""MAXWORLD-YCPNJU"";persist security info=False;initial catalog=N" & _ "orthwind" *********************** Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Put user code to initialize the page here SqlConnection1.Open() End Sub *********************** Error ----- Login failed for user 'MAXWORLD-YCPNJU\ASPNET'. *************************** Web.conifg ---------- Continue... -- modified at 4:47 Tuesday 23rd May, 2006