Re: Deployment Question
From: Dmitriy Lapshin [C# / .NET MVP] (x-code_at_no-spam-please.hotpop.com)
Date: 03/10/04
- Next message: Dmitriy Lapshin [C# / .NET MVP]: "Re: RtlMoveMemory to read an integer from a file"
- Previous message: Jacek Jurkowski: "Re: Any event?"
- In reply to: ion: "Deployment Question"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 10 Mar 2004 12:08:19 +0200
Hi,
> I am currently in the process of designing a C# database application. I
am
> wondering if there is a way I could create the front end to be run by an
> application server and have the client point to it.
I think an ASP .NET application would be the best choice for this scenario.
> am hoping to have the front end on the db because this application will be
> upgraded heavily after the first release. Is this viable? Or should I
just
> install it on each client?
You can also deploy a Windows Forms application to a share on the network.
The users will then run the application from the network share, so you will
have only one copy of the application to maintain. This will incur security
issues however, as applications run from a network are given much less
permissions. This can be resolved by strong-naming your application and
configuring the enterprise security policy to grant appropriate permission
to a code group identified by the strong name.
-- Dmitriy Lapshin [C# / .NET MVP] X-Unity Test Studio http://www.x-unity.net/teststudio.aspx Bring the power of unit testing to VS .NET IDE "ion" <ion@on.com> wrote in message news:uJORiwhBEHA.916@tk2msftngp13.phx.gbl... > Hi, > > I am currently in the process of designing a C# database application. I am > wondering if there is a way I could create the front end to be run by an > application server and have the client point to it. I am looking of having > between 3 to 5 concurrent users. It will be using MSDE as the backend. I > am hoping to have the front end on the db because this application will be > upgraded heavily after the first release. Is this viable? Or should I just > install it on each client? > > Thanks > >
- Next message: Dmitriy Lapshin [C# / .NET MVP]: "Re: RtlMoveMemory to read an integer from a file"
- Previous message: Jacek Jurkowski: "Re: Any event?"
- In reply to: ion: "Deployment Question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|