Re: Newbie: Deploying vb.net Console Application
From: Michael Liebelt (mliebelt_at_degnet.de)
Date: 07/27/04
- Next message: Debbie: "Re: Date Ranges"
- Previous message: Earl Teigrob: "RE: What is Data Type of "CustID(varchar)" ?"
- In reply to: Bari Allen: "Re: Newbie: Deploying vb.net Console Application"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 28 Jul 2004 00:25:08 +0200
> Machine A has .exe file
>
> Machine B has SQL server. This machine will call the .exe from machine A
at
> regular intervals.
>
> Would I install the framework from the calling machine or the server it's
> sitting on. Refphrased: Which machine does the application actually run
on?
Ok, that clarifies it.
Normally the .exe runs on Machine B.
Only possibility that it runs on A is if you make an RPC or something like
that, but it takes some extra work from you to achieve that.
Other question:
Why not installing the framework on both machines?
Then you can lower the workload on machine B by running the .exe on machine
A, if your system architecture supports that.
Bye,
Michael Liebelt
- Next message: Debbie: "Re: Date Ranges"
- Previous message: Earl Teigrob: "RE: What is Data Type of "CustID(varchar)" ?"
- In reply to: Bari Allen: "Re: Newbie: Deploying vb.net Console Application"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|