Hello again,
Ok, that sounds like a standard use case - just viewing the published front panel. When you say, "root server directory" do you mean the C:\Program Files\National Instruments\LabVIEW X.x\www directory? I will post here a standard answer I have prepared regarding remote panel access in LabVIEW - it includes instructions for how to deterministically get started, and then we can deal with any differences from the standard case that you might require.
Here is the standard answer I composed:
The web publishing tool allows you to publish the front panel of any VI to the web using LabVIEW's built in web server. Then, based on IP address you can either allow people to view and control the VI remotely, or simply view the VI, or deny access altogether; these are configuration options you have for the built in web server. You can also configure which VIs are even viewable (ie. exported for view). For a web published VI, LabVIEW simply posts the current image to the web and then allows access to the VI per your configuration.
The basic steps are:
1. Enable and configure the LabVIEW Web Server; see Tools -> Options... in LabVIEW, and then "Web Server:" drop down category selections in the window that pops up.
2. Publish the VI of your choice using the machine on which the VI will run; see Tools -> Web Publishing Tool... in LabVIEW, and the window that pops up will allow you to customize the web page. You can further customize the web page by modifying the html document directly. When you click Save to Disk an html file with the name of your choosing will be written to
C:\Program Files\National Instruments\LabVIEW 7.1\www
Note that when the URL is constructed, every space in the name of your VI will be replaced with %20. Thus, to avoid strange looking URLs, simply name the VIs you wish to web publish without spaces.
I hope this helps you get started, particularly the basic steps. There is actually more to the standard information, but I didn't want to throw too much more documentation at you at this time!
Best Regards,
JLS