deploying program on start up

Get help with troubleshooting issues
Post Reply
jboniowski
Posts: 1
Joined: Wed Dec 10, 2014 3:45 pm

deploying program on start up

Post by jboniowski » Wed Dec 10, 2014 3:51 pm

I have a test server (server 2012) with multiple user set up. I have installed an application that my company develops and assigned this application to users that were created. The idea is that when a user logs into our server they can only run this application. the application looks for a connection string file to the sql server if it doesn't find it it request that you configure the connection string (all this works fine with traditional terminal services and rdp). I installed tsplus 7.80.12.9 i assigned a user to the application i try and remote in using remote desktop connection and the program acts as if it hung. the weird thing is if I generate a client using "client generator" and connect the exact same user with that it works. the only problem is that it creates exe files and that has limitations for our application such as connecting with ipads, androids etc...

any idea if there is a way of achieving this to work properly?

Post Reply