Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Database & SysAdmin
  3. Database
  4. How to deploy .Net App with Sql Server and Configure Clients

How to deploy .Net App with Sql Server and Configure Clients

Scheduled Pinned Locked Moved Database
csharpdatabasesql-serversysadminwindows-admin
3 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DotNetWWW
    wrote on last edited by
    #1

    Hi , I'm writing .Net Application that works with MS SQL 2005 , and I'm going to run this app on a Windows Server 2003 Operation System and Windows XP Clients , What should I do to deploy this app? Is it enough to Install the main app just in Server computer and then install prerequisites on Clients?Note that I connect to SqlServer using a unique Login and I'm not going to create a new Login for each client .I mean all clients must connect to server using ONE SqlServer Login. I need help on this subject , Thanks in advance .

    P 1 Reply Last reply
    0
    • D DotNetWWW

      Hi , I'm writing .Net Application that works with MS SQL 2005 , and I'm going to run this app on a Windows Server 2003 Operation System and Windows XP Clients , What should I do to deploy this app? Is it enough to Install the main app just in Server computer and then install prerequisites on Clients?Note that I connect to SqlServer using a unique Login and I'm not going to create a new Login for each client .I mean all clients must connect to server using ONE SqlServer Login. I need help on this subject , Thanks in advance .

      P Offline
      P Offline
      pmarfleet
      wrote on last edited by
      #2

      You haven't explained what the architecture of your system is. Which parts of the system do you install on the server computer and which parts on the client machines? If your architecture consists of a SQL Server database on your server and a .NET app installed on a number of client PCs, all you need to do is add a connection string entry to the App.config file for your client app that allows your app to connect to the database using the aforementioned SQL login.

      Paul Marfleet

      D 1 Reply Last reply
      0
      • P pmarfleet

        You haven't explained what the architecture of your system is. Which parts of the system do you install on the server computer and which parts on the client machines? If your architecture consists of a SQL Server database on your server and a .NET app installed on a number of client PCs, all you need to do is add a connection string entry to the App.config file for your client app that allows your app to connect to the database using the aforementioned SQL login.

        Paul Marfleet

        D Offline
        D Offline
        DotNetWWW
        wrote on last edited by
        #3

        Thanks , Is it possible to just install .Net App on server and share it so that other clients can run it to avoid installing my .Net app on each client?

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups