Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question regarding .NET abilities

Status
Not open for further replies.

heprox

IS-IT--Management
Dec 16, 2002
178
US
I'm in the process of designing the requirements for some business intelligence software that my organization wants to begin developing in-house. Part of the design process is obviously the technology behind the appllication. My programming experience lies more in VB and Perl so I'm new to building things in .Net. The project we're looking at involves 3 components, 1) a piece of client software, 2) a web server reporting tool, and 3) a database. For #2 and #3 we pretty much know what technology we want to use however, #1 is still a blank spot. The client software needs to be able to install directly from a web browser and be able to perform select tasks on the client machine at configurable intervals. Then when the client reconnects to the web site, or after a given period of time, the client will send its findings back to the web server in some format, probably XML? What language would be advisable to use for this if we chose to do this via Active X? Java? We primarily would be targeting Windows 2000, Windows XP, Windows 2003 machines, but later we would create client packages for Linux and other flavors of Unix.
 
.NET is capable of doing this, but there will be some security hurdles to installing off an intranet (don't take code from strangers)

The "connect later" is OK too -- it sounds like you want a Windows Service (similar concept to a Unix Daemon), which is easily doable in .NET

So far as running on Linux, etc. .NET is primarily a Windows technology, however there is a port to Suse & other Linuxes underway at the mono project ( The source code won't be 100% transferable, but it'll be close.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top