Hello there!
I don't know if this is the right place to post this question. If not, I apologize.
I'm developing a web application that at some point of its processes has to update a table in a remote database. Now, this remote database is located in my client's office and my web application is located in a managed web hosting account. Anyway, I was thinking on creating a text file in my web application and send it, through SSL, to an application I would create located in my client's web site, and this application will take care of updating the table
... but I'm sure that I there are different ways of doing this .. to be more specific ... I think that there is an easy way ... right? ... ![]()
If someone could point me to a book, article, code or tutorial, I would greatly appreciate it.
Eduardo
Bechir BejaouiPosted Mar 21, 2008, 10:50 AM
In case of web service there your can modify the credentials or add a header to the web service core who has userid and password so that, It can't be used by every one
Bechir BejaouiPosted Mar 21, 2008, 10:49 AM
In case of web service there your can modify the credentials or add a header to the web service core who has userid and password so that, It can't be used by every one
Eduardo AriasPosted Mar 21, 2008, 10:38 AM
Hey,
well. the table will be update it on-demand ... this means that the user will decide when to update the data to the table from a remote table. I was thinking in using xml web services, but I just learned that I can have what is called .Net remoting to achieve this. What do you think?
Bechir BejaouiPosted Mar 21, 2008, 9:28 AM
If , I know this detail I think that I can propose you a realizable solution