ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Web Server prompt

When I launch some exes, I get a prompt saying "The Web Server cannot start....."
 
Neither on the vi nor in the project have I enabled Web Service. 
 
Anyone have an idea of why I get this prompt? 
 
It is not a show stopper but it is annoying.
 
Thanks
 
 
Brian
0 Kudos
Message 1 of 3
(2,858 Views)
The default LabVIEW built ini has the webserver enabled.
You have three options:
  1. Ignore the message (just like you do now)
  2. Disable the webserver by using a non-default INI with the following line:
    Webserver.enabled=false
  3. Change the webserver port for every executable by using a non-default INI with the following line:
    Webserver.port=#####
Good luck,
Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 3
(2,843 Views)

Thanks Ton

 

Brian
0 Kudos
Message 3 of 3
(2,835 Views)