08-23-2011 03:30 AM
I want to install a LabVIEW application in a server & I want to limit the control of the application to persons who access it. It can be accessed from any computer which has no LabVIEW in it.. What is to be done.?
08-23-2011 04:10 AM
Hi Amith,
You can web publish your application, So your application will run on Web. Only one national instruments web plugin is required to access it that automatically popup when you enter your LabVIEW application URL.
Second method you can create a client application installer. you install application on all your local PC. Now you can build a User access module in your application this will get the authentication from the server based on user logins. Based on your authentication you can provide the feature list to client application to visible or invisible application pages or features.