Ask a Question related to ASP.NET General, Design and Development.
-
Mamcx #1
Re: Can't connect to remote sql server from asp.net buk ok from Enterprise Manager
Remove now aspnet user from admin group! (no matter is a test server, is a
bad practique). You server is win2003? I don't can connect to Sql Server
using NT authentication but with Sql Server authentication is fine. Create
user group with the rigth permision on the database, create a user (like
WebUser) with strong password and connect with it...
Mamcx Guest
-
Using ODBC to connect to remote MySQL server
Hi, I have two computers on an LAN. I am trying to connect a client computer to the MySQL server. I have installed unixODBC and... -
Net::SSH::Perl to connect to a remote server via a web page
Hi, I'm trying to use Net::SSH::Perl to connect to a remote server via a web page. The webserver is running as an unprivileged user (webserve). ... -
Cannot connect to Terminal Server via Terminal Services Manager after upgrade to Windows Server 2003
The following error is displayed in the Terminal Services Manager on our domain controller (DC-01) when trying to connect to Terminal Services on... -
CRASH: when trying to connect to remote server(mac)
I can't seem to connect to my remote server w/o Dreamweaver crashing. It gets to "connected to remote server" and then crashes... so it does at least... -
Have a problem with using cursors in SQL server enterprise manager
Have a problem with using cursors in SQL server enterprise manager. My code sql query is followed --------------------------------------- DECLARE... -
karim #2
Re: Can't connect to remote sql server from asp.net buk ok from Enterprise Manager
On Thu, 17 Jul 2003 17:53:16 -0500, Mamcx wrote:
aspnet has more rights that it should. I know and certainly this is not the> Remove now aspnet user from admin group! (no matter is a test server, is a
> bad practique). You server is win2003? I don't can connect to Sql Server
> using NT authentication but with Sql Server authentication is fine. Create
> user group with the rigth permision on the database, create a user (like
> WebUser) with strong password and connect with it...
cause of the problem.
Rmember I said the app connects fine from my development machine. This
means the user and password on the database work fine.
Karim
karim Guest
-
bruce barker #3
Re: Can't connect to remote sql server from asp.net buk ok from Enterprise Manager
you must use tcp/ip and standard security for your configuration to work.
named pipes requires an authenticated connection and is subject to the one
hop rule. turn off named pipe support on your sqlserver and see if you can
still connect.
-- bruce
"karim" <karim3411@11yahoo11.com> wrote in message
news:c857bbdd7527f5c6ec0c2021dbef6ed4@free.teranew s.com...is>
> I have an asp.net app that can connect from my development box to a
> database server.
>
> However the same app, when put on a web server box, can't connect to that
> database server. Enterprise Manager and Query Analyzer on the web server
> can connect just fine. I am using SQL Server authentication. aspnet user> a member of the admin group. All 3 machines are part of the same domain.
>
> Both web server and database have tcp/ip and named pipes enabled.
> One weird thing I noticed on the development box is that I can't telnet to
> port 1433 of the database server even though my app connects fine.
>
> What am I missing?
>
> Karim
bruce barker Guest



Reply With Quote

