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
  1. Home
  2. General Programming
  3. WPF
  4. remote access to application

remote access to application

Scheduled Pinned Locked Moved WPF
databasesysadminquestioncsharpsql-server
5 Posts 2 Posters 0 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.
  • A Offline
    A Offline
    arkiboys
    wrote on last edited by
    #1

    Hi, There is a WPf application written in VS express 2010. The database backend is sql server 2008 backend. This application with the database is installed onto one machine in a small organization. The machine is on the network. Everyday, a member of the staff uses this application for data entry, etc. All ok so far... The staff member would also want to be able to work from home on this application. I have been told by the IT support person that there is no remote access available from outside of the company. Question: How is it possible for this or other users to be able to work on this system from home. The main thing is the user(s) to be able to access the database using this application. But with no remote access available I do not know what the solution is. Any suggestions please? Thanks

    M 1 Reply Last reply
    0
    • A arkiboys

      Hi, There is a WPf application written in VS express 2010. The database backend is sql server 2008 backend. This application with the database is installed onto one machine in a small organization. The machine is on the network. Everyday, a member of the staff uses this application for data entry, etc. All ok so far... The staff member would also want to be able to work from home on this application. I have been told by the IT support person that there is no remote access available from outside of the company. Question: How is it possible for this or other users to be able to work on this system from home. The main thing is the user(s) to be able to access the database using this application. But with no remote access available I do not know what the solution is. Any suggestions please? Thanks

      M Offline
      M Offline
      Mycroft Holmes
      wrote on last edited by
      #2

      If your IT person has denied remote access then the firewall is in place (and rightly so). You will need to open up the firewall so that an outside app can get at the database, this is a BAD idea. One way around it is to create a VPN that allows managed access from outside the firewall. There are also design strategies that can be used like using a WCF rather than a direct connection to the database. The WCF can then service clients outside the firewall.

      Never underestimate the power of human stupidity RAH

      A 1 Reply Last reply
      0
      • M Mycroft Holmes

        If your IT person has denied remote access then the firewall is in place (and rightly so). You will need to open up the firewall so that an outside app can get at the database, this is a BAD idea. One way around it is to create a VPN that allows managed access from outside the firewall. There are also design strategies that can be used like using a WCF rather than a direct connection to the database. The WCF can then service clients outside the firewall.

        Never underestimate the power of human stupidity RAH

        A Offline
        A Offline
        arkiboys
        wrote on last edited by
        #3

        Hi, If it is ok, can you please leborate what VPN is and how to set it up, etc? Thanks

        M 1 Reply Last reply
        0
        • A arkiboys

          Hi, If it is ok, can you please leborate what VPN is and how to set it up, etc? Thanks

          M Offline
          M Offline
          Mycroft Holmes
          wrote on last edited by
          #4

          arkiboys wrote:

          can you please leborate what VPN is and how to set it up

          Not a chance - go talk to your IT guy, this is not an area I have any experience in and do not want to give you lousy advice. It is a major area of knowledge that I have almost no information on.

          Never underestimate the power of human stupidity RAH

          A 1 Reply Last reply
          0
          • M Mycroft Holmes

            arkiboys wrote:

            can you please leborate what VPN is and how to set it up

            Not a chance - go talk to your IT guy, this is not an area I have any experience in and do not want to give you lousy advice. It is a major area of knowledge that I have almost no information on.

            Never underestimate the power of human stupidity RAH

            A Offline
            A Offline
            arkiboys
            wrote on last edited by
            #5

            Thanks

            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