Home All Groups Group Topic Archive Search About

Running app on Shared Drive

Author
12 Jan 2006 2:23 PM
c_shah
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?

Author
12 Jan 2006 2:52 PM
Ken Tucker [MVP]
Hi,

        I runs on the shared drive.

Ken
-------------
Show quoteHide quote
"c_shah" <shah.chi***@netzero.net> wrote in message
news:1137075811.926127.287360@z14g2000cwz.googlegroups.com...
>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?
>
Author
12 Jan 2006 3:05 PM
Kerry Moorman
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


Show quoteHide quote
"c_shah" wrote:

> 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?
>
>
Author
12 Jan 2006 3:38 PM
Peter Proost
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)

Show quoteHide quote
"Kerry Moorman" <KerryMoor***@discussions.microsoft.com> schreef in bericht
news:943FA8D2-F955-45A8-B2BC-1261E664D411@microsoft.com...
> 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:
>
> > 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?
> >
> >