Authentication are enabled.
"Mitya Mitriev" wrote:
> Thank you, but I use Sql Server 2000.
>
> "Patrick.O.Ige" <naijacoder@hotmail.com> wrote in message
> news:Oup2SRPuGHA.4648@TK2MSFTNGP04.phx.gbl...
> > Mitya i think you might need to take some additional steps
> > See this page at :
http://www.datamasker.com/SSE2005_NetworkCfg.htm > > Hope that helps
> > Patrick
> >
> >
> > "Mitya Mitriev" <aaa@stopspam.org> wrote in message
> > news:exiqP3NuGHA.3912@TK2MSFTNGP03.phx.gbl...
> >> Do you mean IP address? I tried, it didn't help :(
> >>
> >> "Henry" <atnorthend_SPAM_@hotmail.com> wrote in message
> >> news:%235WiFKNuGHA.5076@TK2MSFTNGP04.phx.gbl...
> >>> Try changing the connection string to reflect the actual address to
> >>> server, that may include changing that information in the web.config
> >>> file...
> >>>
> >>> This is my connection string:
> >>>
> >>> Server=ADDRESS TO SERVER!;Database=SOX;User ID=userxxx;Password=******;
> >>>
> >>> "Mitya Mitriev" <aaa@stopspam.org> wrote in message
> >>> news:uTDAaqMuGHA.4460@TK2MSFTNGP04.phx.gbl...
> >>>> Hi
> >>>> I created ASP.NET 2.0 web application that uses SQL Server 2000
> >>>> database and
> >>>> it works perfectly when website and Sql server were on local machine.
> >>>>
> >>>> Then I installed application on production server. Database is placed
> >>>> on another server.
> >>>> I received the error:
> >>>> An error has occurred while establishing a connection to the server.
> >>>> When connecting to SQL Server 2005, this failure may be caused by the
> >>>> fact that under the default settings SQL Server does not allow remote
> >>>> connections. (provider: Named Pipes Provider, error: 40 - Could not
> >>>> open a connection to SQL Server)
> >>>>
> >>>> Why it thinks I am trying to connect to SQL Server 2005 ? There is no
> >>>> any 2005 server on remote server!
> >>>>
> >>>> This is my connection string:
> >>>> Server=servername;Database=SOX;User ID=userxxx;Password=******;
> >>>>
> >>>> Query Analyzer and Enterprise Manager connect perfectly (when installed
> >>>> on production server) to database server! Then I created small console
> >>>> appplication which uses the same data layer as web application (and
> >>>> connection string ) - it connected to remote database too! Only
> >>>> ASP.NET 2.0 application couldn't connect to remote Sql server 2000.
> >>>>
> >>>> Can anyone help?
> >>>>
> >>>>
> >>>
> >>>
> >>
> >>
> >
> >
>
>