Yeah, without a sanitized version of the connect string who knows? One thing I've run into is if the connection is trying to use SQL Server authentication versus Windows authentication. If you're able to connect from your own development workstation then and not from the ASP.Net host (or vice versa) then perhaps there's some Windows authentication being kicked back that's breaking things. Without the connect string it's all just a W.A.G...
On Aug 11, 11:16 am, KeidrickP <[email protected]> wrote: > the operating system on either device shouldn't matter. > Please post your connection string info if you would like to be helped any > further > > On Tue, Aug 11, 2009 at 10:03 AM, The_Fruitman > <[email protected]>wrote: > > > > > > > > > How do you expect someone to help you diagnose your issue when you > > don't post your connection string or any helpful information? > > > On Aug 11, 2:17 am, krishna kurapati <[email protected]> > > wrote: > > > Hi all thank you for the reply.. as you said the connection string is > > > working fine.. and host name is also correct and i have also tried with > > ip > > > address of the server even.. and checked the firewalls also ... even > > > the problem repeats.. the operation system being used on the server which > > is > > > being connected is windows server 2008 and the operating system on client > > > machine is windows xp proffesional. is this might be the problem??? > > > > On Tue, Aug 11, 2009 at 12:53 PM, Processor Devil < > > [email protected] > > > > > wrote: > > > > Well, you probably use wrong hostname or the request is blocked by your > > > > firewall, also check if your sql server is running > > > > > 2009/8/10 krishna kurapati <[email protected]> > > > > >> Hi , > > > > >> Can anyone please help me in this regard. i have tried alot and > > > >> posting this message. > > > >> when iam connecting from my local system to the sql server 2000 > > on a > > > >> server using asp.net > > > >> iam getting an error message like "*SQL Server does not exist or > > > >> access denied*" > > > >> is there any problem with connection strings? > > > >> i have troubleshooted alot but not solved... can anyone help me > > in > > > >> this regard? > > > > >> Thanks & Regards > > > > >> -- > > > >> Have A Nice Day > > > > -- > > > Have A Nice Day- Hide quoted text - > > > > - Show quoted text - > > -- > Keidrick Pettaway > > http://kpettaway.com- Hide quoted text - > > - Show quoted text -
