Results 1 to 6 of 6

Thread: [RESOLVED]HELP: i dont know how to deploy my application on a networked environment

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2007
    Posts
    29

    Resolved [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.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Dec 2007
    Posts
    29

    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!

  4. #4
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    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.

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Dec 2007
    Posts
    29

    Re: HELP: i dont know how to deploy my application on a networked environment

    thanks Guyz!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width