E
Eric Johanson
Hi
I have a problem where users mainly use an intranet
application for certain tasks but also want be able to run
the same application when out of the office and entirely
disconnected (ie standalone) and then upload the data to
the intranet on return to the office.
My initial thought was I could create a common back end
and both an ASP.NET GUI and a Win32 GUI only this seems
expensive and redundant.
Another thought is to just create a Win32 app that can
connect to either a local ot network database however,
this removes all the joy of web applications and ease of
updates & deployment etc.
Finally I believe I could create a java applet that can
run either in a browser or standalone but not sure how as
I have no java experience and would much rather use .NET
I guess I either need to be able to run an ASP.NET app
locally without too much overhead (eg a full IIS install)
or be able to get a Win32 app to automatically update
itself when updates are available?
Can anyone help with my options here?
Cheers
Eric
I have a problem where users mainly use an intranet
application for certain tasks but also want be able to run
the same application when out of the office and entirely
disconnected (ie standalone) and then upload the data to
the intranet on return to the office.
My initial thought was I could create a common back end
and both an ASP.NET GUI and a Win32 GUI only this seems
expensive and redundant.
Another thought is to just create a Win32 app that can
connect to either a local ot network database however,
this removes all the joy of web applications and ease of
updates & deployment etc.
Finally I believe I could create a java applet that can
run either in a browser or standalone but not sure how as
I have no java experience and would much rather use .NET
I guess I either need to be able to run an ASP.NET app
locally without too much overhead (eg a full IIS install)
or be able to get a Win32 app to automatically update
itself when updates are available?
Can anyone help with my options here?
Cheers
Eric