Connecting Tech Pros Worldwide Help | Site Map

XML Secure Data Service

  #1  
Old September 24th, 2008, 06:05 PM
Wizfrog
Guest
 
Posts: n/a
Hello,

I'm trying to figure out what would be the best technology to work
with in terms of network connection and services to do the following:

- I want to build a Window based application for internal use only.
- The application needs to access data 'somewhere' in a secure way,
with different access levels / credentials.
- The application needs to send some other data to the central place
as well.
- The application needs to work offline using the data it will have
downloaded.
- The Data will be XML so it can easily be converted into Word or PDF
documents and EXCEL reports.
- The Data is edited only by selected users, most users will only use
the data in read only, but send other type of data back to track how
it was used.

In terms of network access, I am wondering what would be best; public
web server would require pretty good login security to avoid being
hacked.

I'm thinking about using access to an intranet through VPN, with a
login process checking credential and filtering the DB with XSL
through something like a CGI or PHP script, and send over only the
parts of the DB the user needs, and store it on the local machine for
offline access.

For the interface, I'm using C#.

Any better idea? or suggestion?

I am also thinking about mobile phone access: I have no idea if cell
phones are able to use VPN access. Anybody know?

Thanks for your suggestions.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
The data at the root level is invalid exception MR answers 9 December 9th, 2005 09:06 AM
Transferring Student Data Securely Between Servers Jim Bayers answers 7 November 18th, 2005 10:44 PM
Is there an easy way to query a remote xml file by not using web services? (Windows and Unix) Dan V. answers 6 November 16th, 2005 08:32 AM
What is the easiest way to query a remote XML file on someone elses Linux box using secure communication? Dan V. answers 7 July 21st, 2005 04:38 PM