08-10-2006 09:05 AM
.cfg files are the configuration files for the toolkit server. I'm using the toolkit server for password protection of the remotepanel.
(htacesss.txt and pwd.txt)
Does remote panel works in your application? Is the below lines not necessary in the .ini file?
webserver.enabled=True
Internettoolkit.Installed=True
08-10-2006 12:45 PM
Hi,
i once did exactly the same thing as you, use G web server for password protection, and I exceperienced the same thing as you.
My sol was (as I remember now) :
- build the exe, including the dynamic VI's in the builder script
- copying the entire internet folder from labview root
- keeping the ...\Labview 7.1\www as folder for the internet files (when deployed the installer creates that path)
hope it helps
cosmin
08-11-2006 03:15 AM
Thank you for your input, but I've tried that aswell. The toolkit server still stoppes. Could you confirm that the lines below shall be included in the .ini file?
Do I need to do any changes in the .cgf files? Copied the entire Internet folder to the application folder.
Webserver.enabled=True
Internettoolkit.Installed=True
Regards,
Terje