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. Visual Basic
  4. Keeping Exe On Server and Placing Short Cut on Clients

Keeping Exe On Server and Placing Short Cut on Clients

Scheduled Pinned Locked Moved Visual Basic
sysadmin
4 Posts 4 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.
  • R Offline
    R Offline
    Rana Muhammad Javed Khan
    wrote on last edited by
    #1

    Hello, I want to place my application on server and place short cut on client to run the application. :wtf: Thanks Javed :omg::omg:

    J D K 3 Replies Last reply
    0
    • R Rana Muhammad Javed Khan

      Hello, I want to place my application on server and place short cut on client to run the application. :wtf: Thanks Javed :omg::omg:

      J Offline
      J Offline
      Joshua Quick
      wrote on last edited by
      #2

      That'll work fine "provided" that all of the app's dependencies are installed on the client system. Dependencies such as the vb runtime, any ActiveX's used, etc.

      1 Reply Last reply
      0
      • R Rana Muhammad Javed Khan

        Hello, I want to place my application on server and place short cut on client to run the application. :wtf: Thanks Javed :omg::omg:

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        In addition to what Joshua said, in a .NET Framework environment, this also means (in most cases) changing the trust level for your application on each client machine. Code running from a network source runs in a more restrictive "sandbox". The affects of which will not be known until you test your code running from the network. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

        1 Reply Last reply
        0
        • R Rana Muhammad Javed Khan

          Hello, I want to place my application on server and place short cut on client to run the application. :wtf: Thanks Javed :omg::omg:

          K Offline
          K Offline
          KreativeKai
          wrote on last edited by
          #4

          Our shop has a good many applications setup this way. You need to make sure the correct version of the framework is installed on each client. Also, if you decide to use Crystal Reports in the application, there are merge modules that need to be installed on the client's machine. I believe VS 2005 addresses this problem, but we were using 2003 at the time. As Dave already mentioned, security is a big factor. You have to adjust the trusts on the client's machine to execute an application on the server. We used a MSDN support call on the security issue and below are the links he gave us. Maybe this info can help with the security issues. Because of some of these issues our shop is looking into clickonce deployment in VS 2005 to be a better solution for us in the future. We just installed VS 2005 this week so we're just starting to figure out the new features. Good luck! :) SAMPLES No-Touch deployment - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv\_vstechart/html/vbtchNo-TouchDeploymentInNETFramework.asp .NET Security Samples - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvssamp/html/vbcs\_RoleBasedSecurity.asp MODIFYING SECURITY URL Security Zones: http://msdn.microsoft.com/library/default.asp?url=/workshop/security/szone/urlzones.asp Configuring Permission Sets Using the .NET Framework Configuration Tool - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconusingnetconfigurationtooltoworkwithpermissionsets.asp Project Folder Not Secure Dialog Box - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxurfprojectfoldernotsecuredialogbox.asp Performing Common Security Policy Tasks Using the .NET Framework Configuration Tool - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconperformingcommonsecuritypolicytasksusingnetframeworkconfigurationtool.asp Deploying Security Policy - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpcondeployingsecuritypolicy.asp DEFINITIONS Security Permssions - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemsecuritypermissions.asp Name Permission Sets - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconnamedpermissionsets.asp (This has the definition for "Local Intranet", as I mentioned before this should be every computer within the domain) Security Zones: - http://msdn.microsoft.com/library/default.asp?url=/wo

          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