Dear Friends,
We are trying to web enable an exe file. For that we followed the following procedure given in the ni site
[My Application]
WebServer.Enabled=True
WebServer.LogEnabled=True
WebServer.RootPath=C:\Program Files\My Application\www
Save this file as My Application.ini. Replace "My Application" with the actual name of your executable. Also, the "WebServer.LogEnabled=True" statement is optional.
When creating the installer for your application, go to the Installer Settings tab and click on Files. Select Add File and navigate to your newly created .ini file. The default Installation destination for the file is the "Install Directory". Leave this as is so that the .ini file is placed in the same directory as the application's executable. Lastly, add the .html file and type in "www" for the Installation Destination subdirectory. This will place the .html file in the expected location for the web server.
We aren't able to follow the last bolded line(i.e which html file to be added and in the Installation Destination sub directory what we have to type). We are getting the message "Requested VI is not loaded into memory on the server computer" in the other PC.
Waiting for your prompt response.