I am trying to write a software program that will be able to run on a
webpage and a local mode (win program) with one set of source code. Meaning
everything on one exe or dll or aspx page that I could use on the internet
or locally without an internet connection.
I think i will have to break up the program and write all the "black box"
stuff in a dll that can be called from either a ASP page for the internet
run product or from a windows application installed locally on the machine.
thanks,
Mike
"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in message
news:%(E-Mail Removed)...
> Pretty much. You just need to be clear, 'very clear' about what you ar
> trying to acheive.
>
> --
>
> OHM ( Terry Burns )
> . . . One-Handed-Man . . .
>
> Time flies when you don't know what you're doing
>
> "Mike Downey" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > ok thanks for the info.
> > basically i could create a server side, middle tier(business logic) and
> > Client(asp or win app).
> > and then all i have to do is create a different client for each
> deployment.
> >
> > does that sound right?
> >
> > thanks,
> > mike
> >
> >
> > "One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in
> message
> > news:%(E-Mail Removed)...
> > > Firstly VB.NET really refers more to the Language. ASP.NET is a
closeley
> > > related set of classes which can be accessed by any of the .NET
> compliant
> > > languages. ( You might have some problems with J#) , but thats another
> > > story.
> > >
> > > If by
> > >
> > > > ASP.NET? what is the advantage of ASP.NET over VB.NET?
> > >
> > > You mean a WebApp vs a WindowsForm App, then this is a complex
question
> > and
> > > its answer depends to some degree on what you need it to do..
> > >
> > > It is possible to structure your application tiers so that you make
most
> > use
> > > of re-useability and are able to use say the business layer in both
the
> > > Windows Form APP and the ASP.NET app.
> > >
> > > If this is something you have not done before then I would seriously
> > > consider getting some professional help in ( especially if this is a
> major
> > > app ), at least to work with you through the design stages.
> > >
> > >
> > > HTH
> > >
> > >
> > > --
> > >
> > > OHM ( Terry Burns )
> > > . . . One-Handed-Man . . .
> > >
> > > Time flies when you don't know what you're doing
> > >
> > > "Mike Downey" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > I have a vb6 application that uses DAO and access database.
> > > > I would like to create a upgrade to this product that does the
> following
> > > if
> > > > possible:
> > > >
> > > > I want to have an application that will run both locally on a
> > LAN/WAN/VPN
> > > > and an application that runs across the internet like a webpage.
> > > >
> > > > If I program this in VB.NET does it have the ability to write one
set
> of
> > > > source code to accomplish this? If I want webpage type app do I
have
> to
> > > use
> > > > ASP.NET? what is the advantage of ASP.NET over VB.NET?
> > > >
> > > > Has anyone does this yet with any applications?
> > > >
> > > > thanks,
> > > >
> > > > Mike
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|