Hi,
A couple things for you to check:
1. Make sure you’ve configured the LabVIEW web server properly through Tools >> Options >> Web Server: Configuration. Try using port 8080 instead of the defaulted port 80 for http connections. This will make sure you’re not conflicting with another web server application that defaults to port 80.
2. Now try and see if you can do a loopback test on your own computer to the LabVIEW web server. Open up a browser and type in the url: http://localhost:8080. This should bring up the default home page for the LabVIEW web server. If this works, then you know the LabVIEW web server is running properly.
3. Now let’s configure the G web server. Go to Tools >> Internet Toolkit >> G Web Server Configuration. Choose to share a port with the LabVIEW web server and make sure that port 8080 is typed into the port number specification. Now, click Save and then Done.
4. Go back to Tools >> Internet Toolkit >> Start G Web Server. The G Web server should now start.
Hope this helps! Good luck!
Kileen