U
UnglueD
Hello.
I recently wrote an application that reads from a database and calls
a webservice to output an xml file to an FTP directory. I published
this application so that a couple of people in my department could use
it.
However, I now run into the problem where 2 or more people might use
the application at a time. What I need to know is how to lock down the
application so that it can only be used by one person at a time.
However since the application is run on 3 different machines the
solution is blurry to me.
Maybe there is a to limit connections to the database for a given
user? This application uses a specific username in its connection
string. Am I headed in the right direction with this?
Thanks In Advance
I recently wrote an application that reads from a database and calls
a webservice to output an xml file to an FTP directory. I published
this application so that a couple of people in my department could use
it.
However, I now run into the problem where 2 or more people might use
the application at a time. What I need to know is how to lock down the
application so that it can only be used by one person at a time.
However since the application is run on 3 different machines the
solution is blurry to me.
Maybe there is a to limit connections to the database for a given
user? This application uses a specific username in its connection
string. Am I headed in the right direction with this?
Thanks In Advance