G
Guest
Hello,
I have a winform app that end users in my company use for various operations
- mainly searching stuff. It is a VB2005 app. People enter parameters and
want to be able to recall what parameters they have entered. Right now I
have them enter their params into a dataTable/datagridview and I have the
dataTable write its contents to the local workstation in xml format when the
user is finished. But if a user is not at their workstation and login to the
app from another workstation on our intranet, they won't be able to read the
xml file on their workstation. Is there any (other) logical place for the
app to write the xml file to so it can be accessed from any workstation or
remotely? Is it possible to write the file (distinguished by UserID for
example) to our webserver? How to do this?
Thanks,
Rich
I have a winform app that end users in my company use for various operations
- mainly searching stuff. It is a VB2005 app. People enter parameters and
want to be able to recall what parameters they have entered. Right now I
have them enter their params into a dataTable/datagridview and I have the
dataTable write its contents to the local workstation in xml format when the
user is finished. But if a user is not at their workstation and login to the
app from another workstation on our intranet, they won't be able to read the
xml file on their workstation. Is there any (other) logical place for the
app to write the xml file to so it can be accessed from any workstation or
remotely? Is it possible to write the file (distinguished by UserID for
example) to our webserver? How to do this?
Thanks,
Rich