Webserver is enabled and configured to let anyone access any VI.
I can take control over over my main VI using a web browser and it works perfectly, but not quite.
Main starts another VI using an Invoke Node with the Run method. The problem is when I open the frontpanel (setting FP.Open to true) of this VI I get access denied, and it turns out that all the browser access rights are deleted! Meaning that if I release control of Main I can't regain that either. Does anyone know what's going on here?
Magnus