T
Tor Inge Rislaa
Database on remote server
On the remote server where my ASP.NET application is located there is no SQL
Server or SQL Server Express. When I test my application locally it works
fine because I have the SQL Server Express 2005 on my computer, but when I
deploy it I am getting error message telling me that there are some problems
connecting to the database. I have done the preparation on my SQL Server to
allow remote connection to the database. I am wondering if I understand the
problem right. The file located in my application with the extension .MDF
needs a service running on the remote server to allow my application to
connect to it (e.g SQL Server and SQL Server Browser services) .
Can anyone explain to me how this works? Do I need to create the same
database on the Database server at my ISP and change the connectionstring in
my application?
-DataBaseServer and WebServer are not the same server but I have access to
both
-The Webserver supports ASP.NET 2.0
TIRislaa
On the remote server where my ASP.NET application is located there is no SQL
Server or SQL Server Express. When I test my application locally it works
fine because I have the SQL Server Express 2005 on my computer, but when I
deploy it I am getting error message telling me that there are some problems
connecting to the database. I have done the preparation on my SQL Server to
allow remote connection to the database. I am wondering if I understand the
problem right. The file located in my application with the extension .MDF
needs a service running on the remote server to allow my application to
connect to it (e.g SQL Server and SQL Server Browser services) .
Can anyone explain to me how this works? Do I need to create the same
database on the Database server at my ISP and change the connectionstring in
my application?
-DataBaseServer and WebServer are not the same server but I have access to
both
-The Webserver supports ASP.NET 2.0
TIRislaa