Re: Separate Webserver and SQL Server -- error when connecting asp.net app to a database
- From: "Wessel Troost" <nothing@xxxxxxxxxxxx>
- Date: Sun, 10 Apr 2005 13:00:41 +0200
- Post the connection string, we might be able to help.
- "telnet sqlserver 1433" to see if you can reach the SQL server. 1433
is the default SQL server port.
- Check the firewall settings on the SQL Server.
- Check if the SQL Server user has a default database, and if the user
is valid in that database.
Greetings,
Wessel
-----Original Message-----
From: Ann Marinas [mailto:ka_marinas@xxxxxxxxxx]
Posted At: Sunday, April 10, 2005 12:55 PM
Posted To: microsoft.public.dotnet.framework.aspnet
Conversation: Separate Webserver and SQL Server -- error when connecting
asp.net app to a database
Subject: Re: Separate Webserver and SQL Server -- error when connecting
asp.net app to a database
Hi, Wessel!
Thank you for your reply.
I've changed my connectionstring property after the database was
transfered to another server and it has got all the correct values, but
still no avail.
Thanks again for helping me out! Really do appreciate it!
Cheers,
Ann
Wessel Troost wrote:
> An ASP.NET application typically connects to the database through a
> System.Data.SqlClient.SqlConnection object.
> To change the SQL server, you need to find all SqlConnection objects
and
> update their ConnectionString property to point to the new database
> server.
>
> Greetings,
> Wessel
>
> -----Original Message-----
> From: Ann Marinas [mailto:ka_marinas@xxxxxxxxxx]
> Posted At: Sunday, April 10, 2005 12:11 PM
> Posted To: microsoft.public.dotnet.framework.aspnet
> Conversation: Separate Webserver and SQL Server -- error when
connecting
> asp.net app to a database
> Subject: Separate Webserver and SQL Server -- error when connecting
> asp.net app to a database
>
> Hi all,
>
> I would like to ask for some help regarding separating the asp.net
> webserver and the sql server.
>
> I have created an asp.net application for a certain company.
Initially,
> we installed both the iis and sql server in a single machine. Not too
> long ago, the machine had some hardware problems, and management has
> decided to purchase new servers, for both asp.net and sql server.
>
> Once we installed my webapp on the first server and the sql server on
> another, we have encountered some errors with it. Basically, the
> exception that keeps on saying was:
>
> "SQL Server database does not exist or access denied."
>
> Tried creating a windows account for the webapp to use to connect and
> configure it to the sql server, but it does not work.
>
> Tried also connecting with the database using a SQL Server account,
but
> to no avail.
>
> Please help! I would really appreciate it!!
>
>
> Regards,
> Ann Marinas
>
.
- Follow-Ups:
- Re: Separate Webserver and SQL Server -- error when connecting asp
- From: Ann Marinas
- Re: Separate Webserver and SQL Server -- error when connecting asp
- References:
- Prev by Date: Re: my namespace wont reference!
- Next by Date: Re: Separate Webserver and SQL Server -- error when connecting asp.net app to a database
- Previous by thread: Re: Separate Webserver and SQL Server -- error when connecting asp.net app to a database
- Next by thread: Re: Separate Webserver and SQL Server -- error when connecting asp
- Index(es):
Relevant Pages
|