remotely local

mimranshafiq

New member
Joined
May 24, 2007
Messages
2
Programming Experience
Beginner
hi

thanks advance...

I am finding a solution from many days but not succeded.

I have a online website created in asp.net.

When a user save a record in online database table from asp.net application then i want to also save that record to my local machine.

So i cannot understand how it will done.

from my thinking may be it will done with windows services ....
 
"Local machine" as in the client machine?

No can do. If a website attempts to interact with the client machine like accessing the file system and stuff, it is considered a security risk. You can't do it.

Well unless you come up with some clever way of doing it like through an ActiveX control or maybe java. But even then, some other security issue will arise.
 

Latest posts

Back
Top