Running app on Shared Drive

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • c_shah

    Running app on Shared Drive

    I am having a .NET Application. Install the application on a Share
    drive
    on the network. Any user WHO's machine is connected to network can
    access the application by clicking on short cut on his desktop. Now the
    application runs on
    the local machine, or it runs on the Share Drive?

  • Ken Tucker [MVP]

    #2
    Re: Running app on Shared Drive

    Hi,

    I runs on the shared drive.

    Ken
    -------------
    "c_shah" <shah.chirag@ne tzero.net> wrote in message
    news:1137075811 .926127.287360@ z14g2000cwz.goo glegroups.com.. .[color=blue]
    >I am having a .NET Application. Install the application on a Share
    > drive
    > on the network. Any user WHO's machine is connected to network can
    > access the application by clicking on short cut on his desktop. Now the
    > application runs on
    > the local machine, or it runs on the Share Drive?
    >[/color]


    Comment

    • Kerry Moorman

      #3
      RE: Running app on Shared Drive

      c_shah,

      Applications don't run on drives, shared or otherwise.

      In this case, the application runs on the user's computer, after the
      executable is retrieved over the network from the shared drive.

      Of course, the user's machine will also need the .Net framework installed in
      order to run the application.

      Kerry Moorman


      "c_shah" wrote:
      [color=blue]
      > I am having a .NET Application. Install the application on a Share
      > drive
      > on the network. Any user WHO's machine is connected to network can
      > access the application by clicking on short cut on his desktop. Now the
      > application runs on
      > the local machine, or it runs on the Share Drive?
      >
      >[/color]

      Comment

      • Peter Proost

        #4
        Re: Running app on Shared Drive

        If you want to run your application on a server from your local pc you need
        software like for example citrix. With this, even old windows 98 pc's can
        run new dot net applications. Because the app runs on the server.

        Hth,

        greetz Peter

        --
        Programming today is a race between software engineers striving to build
        bigger and better idiot-proof programs, and the Universe trying to produce
        bigger and better idiots. So far, the Universe is winning. (Rich Cook)

        "Kerry Moorman" <KerryMoorman@d iscussions.micr osoft.com> schreef in bericht
        news:943FA8D2-F955-45A8-B2BC-1261E664D411@mi crosoft.com...[color=blue]
        > c_shah,
        >
        > Applications don't run on drives, shared or otherwise.
        >
        > In this case, the application runs on the user's computer, after the
        > executable is retrieved over the network from the shared drive.
        >
        > Of course, the user's machine will also need the .Net framework installed[/color]
        in[color=blue]
        > order to run the application.
        >
        > Kerry Moorman
        >
        >
        > "c_shah" wrote:
        >[color=green]
        > > I am having a .NET Application. Install the application on a Share
        > > drive
        > > on the network. Any user WHO's machine is connected to network can
        > > access the application by clicking on short cut on his desktop. Now the
        > > application runs on
        > > the local machine, or it runs on the Share Drive?
        > >
        > >[/color][/color]


        Comment

        Working...