Yes it can! The trick is all hidden in your LabVIEW.ini file.
All of the configuration seetings that you configure using the web publishing tools in the development environment end up being saved to your LabVIEW.ini file. If you copy this file into the folder where your exe is located AND name it as "My app.ini" (where "My app.exe" is the name of your exe), LV will serve the configured pages. If memory serves me correctly, you also have to make sure the web functions are included in the exe when you do your build. Ben
