Ask a Question related to ASP.NET Web Services, Design and Development.
-
Brian Barnes #1
large data transfers
Hi,
Basically I have been asked to syncronise (well more of a backup as I
understand it) a Microsoft Access Database to a SQL Server Database via an
internet web service. Currently the issues that I am facing are:
- Security. This is essential as we can't have joe blogs altering someone
elses data or otherwise. Currently with each request I am sending an
encripted string which contains the username and password (so for the most
part this can be considered solved although improvements are welcome).
- Privacy. As the data being transfered is of a personal nature it must be
encrypted. Again I have a simple encryption algorithm that I can put it
through (I know how to write more complex ones - they will be along later).
- Large data being both uploaded and downloaded. I'm not so concerned about
the data downloaded (after all - 650mb for a CD ISO isn't that much of a
problem to download) but as the data to be uploaded could also be large (in
short I'm looking at uploading XML Data) I have concerns (currently I'm
looking at uploading it via a query string - see below for reason).
The program that will be accessing the web service is written in VB6 (and
therefore wont have the ease that VB.NET has to accessing the web service)
while the webservice is being written in VB.NET.
Personally I don't think project will be very successful because of the
amount of data that I'm expecting to deal with (and the fact that most of
the data will be transfered from 56k modems)
tia for any suggestions in how I can improve this.
--
Brian Barnes
No Spam Proof e-mail
Use News Groups
Brian Barnes Guest
-
TextArea and large data set
I created a TextArea, and inserted about 250KB of text. However, when I add the TextArea to a Canvas, it takes a very long time for the TextArea to... -
Fetch large data
Hi, I want to start displaying data on a web page for a query that will return thousands of data. The problem is that the user does not want to... -
Large file transfers - socket basesd solution or remoting?
After reading all of the pros and cons of a socket-based solutions and remoting solutions I still can't decide what the most appropriate solution... -
Sending large data
Hi i am in a very peculiar situation, i am getting all the data from a pdf file and i am storing it in a dictionary object, i want to send it to a... -
Large File transfers using sockets in Perl or any method if available
I am working out to develop client server application using perl. Client & Server commuicate using sockets. server executes a query and the o/p is...



Reply With Quote

