G
Guest
I have an existing application that is deployed to 100 desktops using no-touch deployment
There is a shortcut on their desktop that points to a URL on my web server. The application consumes a web service which access a database that is also on the same server
Here's the problem
I need to change the database that the application points to. The new database is on the same local network as the users, but there's no web server. Is it possible to continue to use my web server to distribute the .exe, but get it to point to a different database server on a different network?
I've tried, and I get a Access denied error message. Is this due to the fact that a no-touch app can only access the domain from which it was executed
I realize this is a complicated question. Please feel free to ask me for more details
Any help would be greatly appreciated...................../mik
There is a shortcut on their desktop that points to a URL on my web server. The application consumes a web service which access a database that is also on the same server
Here's the problem
I need to change the database that the application points to. The new database is on the same local network as the users, but there's no web server. Is it possible to continue to use my web server to distribute the .exe, but get it to point to a different database server on a different network?
I've tried, and I get a Access denied error message. Is this due to the fact that a no-touch app can only access the domain from which it was executed
I realize this is a complicated question. Please feel free to ask me for more details
Any help would be greatly appreciated...................../mik