----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: nani_sumanth Message 1 in Discussion Hi all, Thank you in advance, as I am really going nuts with this ADO problem. I have tried, whatever I can but not successes, I hope you guy's will pull me out from this problem. I am trying to connect using ADO.NET with "SQL Server and Windows Authentication" for MS-SQL 2000 with sp3. I have an IIS server to host ASP.NET application and another server is MS-SQL2000 and both are in workgroup network. Also I tried to access server with different login and access with window authentication or just with SQL authentication but did not worked. below is the ado.net exception error: System.data.sqlClient.sqlException: sql sever does not exist or access denied. And below are the my connection string for ASP.NET. 1- <server=164.164.40.222;uid=test;pwd=test;database=MedInfo> another one is, as ASP.NET has some pipe connection bug. 2- User ID=sa;Password=;Initial Catalog=MedInfo;Data Source=164.164.40.222;Network Library =dbmssocn Surprisingly both works for VB.NET Window forms, BUT NOT FOR WEB FORM (ASP.NET). Note: I can access MS-SQL7 from the above IIS server (ASP.NET) by using same above connection string <server=164.164.40.89;uid=test;pwd=test;database=MedInfo>. Once again thanks in advance. Regards ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
