|
-
Feb 29th, 2008, 05:32 AM
#1
Thread Starter
Junior Member
[RESOLVED]HELP: i dont know how to deploy my application on a networked environment
i am just new on visual studio 2005 and i created a simple programs but i want to run it on a networked environment. can anyone help me i'm using sql server 2005 and the connection i used is data souce..
thanks for you help guyz!
Last edited by rember241; Mar 18th, 2008 at 03:46 AM.
-
Feb 29th, 2008, 09:51 AM
#2
Re: HELP: i dont know how to deploy my application on a networked environment
Your backend database would be on the network.
Your VB.NET frontend would be installed on each client.
-
Feb 29th, 2008, 04:49 PM
#3
Thread Starter
Junior Member
Re: HELP: i dont know how to deploy my application on a networked environment
how can i configure my database so that it would be on a network?
i'm using sql server 2005
thx!
-
Mar 4th, 2008, 05:21 PM
#4
Re: HELP: i dont know how to deploy my application on a networked environment
You need a machine on the network that can run SQL Server all of the time (or at least whenever anyone wants to use the database). All client machines will need to be able to connect to this server via whichever transport you have configured (usually TCP/IP these days I think).
Choosing a Network Protocol
If your clients must reach the database via the public Internet you may have to do some firewall configuration to allow them to reach the server.
Managing the "Surface Area" of SQL Server 2005 may prove helpful as well.
-
Mar 11th, 2008, 03:39 AM
#5
Re: HELP: i dont know how to deploy my application on a networked environment
Ensure that your connnection string is in the application's configuration file (.config) so that each client can connect to the SQL Server instance. And of course that you're not using 'sa' user in your connection string.
-
Mar 18th, 2008, 03:45 AM
#6
Thread Starter
Junior Member
Re: HELP: i dont know how to deploy my application on a networked environment
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|