Re: use/reuse of intranet business dlls by asp.net apps
- From: nuutuudnet <fakeemail@xxxxxxx>
- Date: Tue, 11 Sep 2007 03:42:00 -0700
Maybe it is better to describe what we have now. What we have is one Visual
Basic dll of which each user has his own copy on his own computer in house.
Then we have a PHP based web portal where this Visual Basic business logic is
imitated. I read through the VB and write the exact logic in PHP. All above
named entities write to our central MS database. We run the PHP in Apache now
but would like to switch to IIS. Our current problem is, everytime something
changes in the Visual Basic, we have to write new PHP programs. We would like
one program which we could distribute to all our inhouse users (which we
allready do) --as well as-- internet portal. We allready have IIS an would
just need to switch over. The thing is, we will not want to switch over, when
we are forced to do with asp.net, what we allready have to do with PHP, that
is write a different program which trys to imitate the inhouse desktop
programs. Right now we have a windows programmer and a web programmer. We
hope to just have one windows programmer, and one program to maintain.
--
cheers,
nuutuudnet
"Alexey Smirnov" wrote:
On Sep 11, 9:26 am, nuutuudnet <fakeem...@xxxxxxx> wrote:.
Exactly, I have web users and in house intranet users. But we want both users
to make database changes in exactly and precisely the same way as far as
types, as far as date conversions, whatever. We hope with dotnet to be able
to write one program here in house, compile it, put one on the internet and
one local (both actually physically in the same machine) we'll write a GUI in
c# for in-house and an asp.net (??) GUI for the web but the kernal business
logic is exactly and precisely the same c#. I am hoping that someone could
tell me that it is indeed as simple as Aidy says just refrencing the methods,
classes and variables.
--
cheers,
nuutuudnet
"Alexey Smirnov" wrote:
On Sep 10, 4:16 pm, nuutuudnet <fakeem...@xxxxxxx> wrote:
We have heard of these two things but they are not exactly what we want. We
understand remoting to be a sort of physical shoving back and forth of data
between two apps. And Web services do not also fit our scenario. We have
existing allready written C# logic. We want asp.net (OR our internet
programs) to simply be able to use this C# logic. We are simply trying to
avoid the work of building two apps, one for web and one for intranet.
--
cheers,
nuutuudnet
You wrote:
Everything will run on the same server
Does it mean you will have the same application with two kind of
users, or you will have two applications: one for internet and one for
intranet? I don't see any point to build a web service here- Hide quoted text -
- Show quoted text -
What I ment, is that you can setup one application on one server for
all users. You didn't say that it has to be different (intranet/
internet), so why don't you make your existing intranet ASP.NET
application available in the internet?
- Follow-Ups:
- Re: use/reuse of intranet business dlls by asp.net apps
- From: Alexey Smirnov
- Re: use/reuse of intranet business dlls by asp.net apps
- References:
- Re: use/reuse of intranet business dlls by asp.net apps
- From: Aidy
- Re: use/reuse of intranet business dlls by asp.net apps
- From: Alexey Smirnov
- Re: use/reuse of intranet business dlls by asp.net apps
- From: Alexey Smirnov
- Re: use/reuse of intranet business dlls by asp.net apps
- Prev by Date: Re: how does the app_data folder work
- Next by Date: Re: ie7 displaying only half of page (cuts page in half)...
- Previous by thread: Re: use/reuse of intranet business dlls by asp.net apps
- Next by thread: Re: use/reuse of intranet business dlls by asp.net apps
- Index(es):
Relevant Pages
|