Darth Florus Posted May 24, 2017 Posted May 24, 2017 Hi Pals: I always deploy my UniGui applications as Windows Services. Therefore I always need to open a port on the firewall to publish my site, and one port for application. I have also a guardian windows service to test if the process of the application is on and start up if fall for some reason. The unique method of security I can apply is implementing SSL layer or using into a VPN with encryption. And of course user / password / captcha standard methods. My point is... I ask if there is a good or better reason to use ISS or Apache than using Windows Service in addition to have only one port open to the intenet and have the apps distributed as pages of the site, like http://accouting.mycompany.comor http://sales.mycompany.com. Thanks for your answers my Pals and as always Best Regards to all of You
Marlon Nardi Posted May 24, 2017 Posted May 24, 2017 I recommend you generate your DLL and host it in IIS. Buy a certificate and install on IIS let IIS administer the security of your application:
Darth Florus Posted May 25, 2017 Author Posted May 25, 2017 Thanks Mr. Marlon: I see you app, very good design, you use UniGui mixed with JQuery, don't you?
DonaldShimoda Posted August 14, 2017 Posted August 14, 2017 Yes, + css of Bootstrap. How you mix Jquery with Unigui components? Can please do a short explanation?
Recommended Posts