<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Atozed Forums - All Forums]]></title>
		<link>https://www.atozed.com/forums/</link>
		<description><![CDATA[Atozed Forums - https://www.atozed.com/forums]]></description>
		<pubDate>Sun, 21 Jun 2026 05:33:20 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[VCL conversion]]></title>
			<link>https://www.atozed.com/forums/thread-6234.html</link>
			<pubDate>Sat, 20 Jun 2026 01:00:43 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=701">tobenschain</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6234.html</guid>
			<description><![CDATA[Is there a program such as Mida available for converting VCL to Intraweb?]]></description>
			<content:encoded><![CDATA[Is there a program such as Mida available for converting VCL to Intraweb?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[weakpackageunit contains global data]]></title>
			<link>https://www.atozed.com/forums/thread-6163.html</link>
			<pubDate>Mon, 25 May 2026 06:39:55 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=701">tobenschain</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6163.html</guid>
			<description><![CDATA[<span style="color: #555555;" class="mycode_color"><span style="font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;" class="mycode_font">I am unable to compile my IntraWeb app. I get &#36;weakpackageunit windows contains global data</span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #555555;" class="mycode_color"><span style="font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;" class="mycode_font">I am unable to compile my IntraWeb app. I get &#36;weakpackageunit windows contains global data</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Custom 404 handler]]></title>
			<link>https://www.atozed.com/forums/thread-6153.html</link>
			<pubDate>Thu, 21 May 2026 04:02:14 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=77283">CfawesDwale</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6153.html</guid>
			<description><![CDATA[I'm trying to use a file in my templates folder to create a custom 404 handler, but whenever the 404 triggers it's raising an Access Violation. <br />
Any ideas as to what could cause this behaviour?]]></description>
			<content:encoded><![CDATA[I'm trying to use a file in my templates folder to create a custom 404 handler, but whenever the 404 triggers it's raising an Access Violation. <br />
Any ideas as to what could cause this behaviour?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[TIWjQDBGrid erratic behaviour]]></title>
			<link>https://www.atozed.com/forums/thread-6141.html</link>
			<pubDate>Fri, 15 May 2026 05:03:02 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=1720">alex.trejo@tttnet.com.mx</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6141.html</guid>
			<description><![CDATA[Hello, IW16.1.5 (just migrated from pre15!) D12.2<br />
<br />
Have been using TMS DBAdvWebGrid for several years and want to replace it with TIWjQDBGrid.<br />
Trying to make most of the *very few* properties accesible via IDE (am not versed in javascript) compared to TMS.<br />
<br />
Have an IWForm with IWTabControl, each page of it with one or more TIWjQDBGrids, its datasources are ADOqueries or ADOstoredprocs.<br />
<br />
In main Tab (grid shows Orders), user selects a row and pressing buttons moves to other tabs that show detail information pertinent to selected Order in other TIWjQDBGrids.  <br />
<br />
TIWjQDBGrid in "home" tab displays as expected [goAutoGridWith, goAutoColumnWidth].<br />
User selects order 5.<br />
When moving to other tab, TIWjQDBGrid there _never_ shows Grid full width, but always show correct information for order 5 THE FIRST TIME. In these other tabs, GRIDS are connected to other datasets.<br />
<br />
Prior to returning home, inspecting main dataset shows its correct position (order 5).  <br />
When returning, home TIWjQDBGrid still shows selected row OK (order 5).<br />
None of the other Tabs have to do with dataset of home grid.<br />
<br />
*However*, when inspecting main dataset, it isn't positioned in row 5 anymore, but at dataset.eof!!<br />
So even though Order 5 is highligthed, when going again to other tab, info shown is for last Order.<br />
<br />
Have tried many things, forcing dataset.locate when returning to home Tab. But it always goes to last record, even if highlighted row is still order 5. No explanation.<br />
<br />
So my problems:<br />
1- Even when Options [goAutoGridWith, goAutoColumnWidth], more often than not when entering new tab Grid shows design width. Must resize browser window or do a sync action (buttonclick) to occupy full width.<br />
2-  TIWjQDBGrid from main Tab seems detached from its dataset, showing a selected row but actualy positioned at the end.<br />
3.  Need to have Pager in spanish, how to do it?<br />
<br />
Would be nice to<br />
- be able to control row height, fonts, colors, etc. <br />
- be able to define non-dataset related columns (as in TMS, where you can have images, buttons, etc.)<br />
 <br />
We tried to migrate to IW 16.2, but broken rendering of TMS TIWGradButtons which are widely used made us stay at IW16.5.<br />
PLease help.]]></description>
			<content:encoded><![CDATA[Hello, IW16.1.5 (just migrated from pre15!) D12.2<br />
<br />
Have been using TMS DBAdvWebGrid for several years and want to replace it with TIWjQDBGrid.<br />
Trying to make most of the *very few* properties accesible via IDE (am not versed in javascript) compared to TMS.<br />
<br />
Have an IWForm with IWTabControl, each page of it with one or more TIWjQDBGrids, its datasources are ADOqueries or ADOstoredprocs.<br />
<br />
In main Tab (grid shows Orders), user selects a row and pressing buttons moves to other tabs that show detail information pertinent to selected Order in other TIWjQDBGrids.  <br />
<br />
TIWjQDBGrid in "home" tab displays as expected [goAutoGridWith, goAutoColumnWidth].<br />
User selects order 5.<br />
When moving to other tab, TIWjQDBGrid there _never_ shows Grid full width, but always show correct information for order 5 THE FIRST TIME. In these other tabs, GRIDS are connected to other datasets.<br />
<br />
Prior to returning home, inspecting main dataset shows its correct position (order 5).  <br />
When returning, home TIWjQDBGrid still shows selected row OK (order 5).<br />
None of the other Tabs have to do with dataset of home grid.<br />
<br />
*However*, when inspecting main dataset, it isn't positioned in row 5 anymore, but at dataset.eof!!<br />
So even though Order 5 is highligthed, when going again to other tab, info shown is for last Order.<br />
<br />
Have tried many things, forcing dataset.locate when returning to home Tab. But it always goes to last record, even if highlighted row is still order 5. No explanation.<br />
<br />
So my problems:<br />
1- Even when Options [goAutoGridWith, goAutoColumnWidth], more often than not when entering new tab Grid shows design width. Must resize browser window or do a sync action (buttonclick) to occupy full width.<br />
2-  TIWjQDBGrid from main Tab seems detached from its dataset, showing a selected row but actualy positioned at the end.<br />
3.  Need to have Pager in spanish, how to do it?<br />
<br />
Would be nice to<br />
- be able to control row height, fonts, colors, etc. <br />
- be able to define non-dataset related columns (as in TMS, where you can have images, buttons, etc.)<br />
 <br />
We tried to migrate to IW 16.2, but broken rendering of TMS TIWGradButtons which are widely used made us stay at IW16.5.<br />
PLease help.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Problema na Validação de Licença IW]]></title>
			<link>https://www.atozed.com/forums/thread-6128.html</link>
			<pubDate>Fri, 08 May 2026 10:05:07 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=80339">JorgeFernandes</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6128.html</guid>
			<description><![CDATA[Olá pessoal,<br />
<br />
Estou tendo um erro de access violation quando o meu serial tenta ser ativado na IWLicenseKey.pas.<br />
Alguém já teve isso?<br />
Obrigado!<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.atozed.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=960" target="_blank" title="">Erro_Intraweb_license.png</a> (Size: 23.91 KB / Downloads: 2)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Olá pessoal,<br />
<br />
Estou tendo um erro de access violation quando o meu serial tenta ser ativado na IWLicenseKey.pas.<br />
Alguém já teve isso?<br />
Obrigado!<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.atozed.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=960" target="_blank" title="">Erro_Intraweb_license.png</a> (Size: 23.91 KB / Downloads: 2)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Access Violation When Validating My IW License]]></title>
			<link>https://www.atozed.com/forums/thread-6127.html</link>
			<pubDate>Fri, 08 May 2026 09:58:18 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=80339">JorgeFernandes</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6127.html</guid>
			<description><![CDATA[When the application starts, I get this "accesse violation" error and my license satys at "Evaluation mode".<br />
Anyone <br />
<br />
Does anyone know what needs to be done? My serial number is registered.<br />
Thanks in advice!<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.atozed.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=958" target="_blank" title="">Error_Intraweb_license.png</a> (Size: 23.91 KB / Downloads: 4)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[When the application starts, I get this "accesse violation" error and my license satys at "Evaluation mode".<br />
Anyone <br />
<br />
Does anyone know what needs to be done? My serial number is registered.<br />
Thanks in advice!<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.atozed.com/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=958" target="_blank" title="">Error_Intraweb_license.png</a> (Size: 23.91 KB / Downloads: 4)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Bootstrap5]]></title>
			<link>https://www.atozed.com/forums/thread-6116.html</link>
			<pubDate>Tue, 05 May 2026 07:31:54 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=1757">rihar@footbyte.de</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6116.html</guid>
			<description><![CDATA[i am still using Bootstrap 4 framework.<br />
<br />
i want to look my application more modern.<br />
<br />
can is use Bootstrap 5 with intraweb 15??<br />
is there an Excample??]]></description>
			<content:encoded><![CDATA[i am still using Bootstrap 4 framework.<br />
<br />
i want to look my application more modern.<br />
<br />
can is use Bootstrap 5 with intraweb 15??<br />
is there an Excample??]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[multilingual option]]></title>
			<link>https://www.atozed.com/forums/thread-6113.html</link>
			<pubDate>Mon, 04 May 2026 01:45:01 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=70583">Rhubarb</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6113.html</guid>
			<description><![CDATA[Hello,<br />
<br />
is there a way to read the language of the user browser?<br />
<br />
I want to create a multilingual program, but so that you do not have to constantly choose your language, I would like to read the browser language in advance and set the language.<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
is there a way to read the language of the user browser?<br />
<br />
I want to create a multilingual program, but so that you do not have to constantly choose your language, I would like to read the browser language in advance and set the language.<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Intraweb 15 and Rad Studio Athens]]></title>
			<link>https://www.atozed.com/forums/thread-6112.html</link>
			<pubDate>Sun, 03 May 2026 11:12:50 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=1236">valmeras</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6112.html</guid>
			<description><![CDATA[I am trying to use Intraweb 15.6.1 with C++ Builder (Rad Studio Athens).<br />
I cannot build 64 bits applications and getting the error message below:<br />
<br />
[ld.lld Error] lld: error: unable to find library -l:Intraweb_15_D12.lib<br />
<br />
But I am sure that in Rad Studio options, all the directories are setup correctly and the library above is for 32 bits!<br />
<br />
So, can Intraweb 15 work with Rad Studio Athens, new Clang compiler, to build 64 bits applications?]]></description>
			<content:encoded><![CDATA[I am trying to use Intraweb 15.6.1 with C++ Builder (Rad Studio Athens).<br />
I cannot build 64 bits applications and getting the error message below:<br />
<br />
[ld.lld Error] lld: error: unable to find library -l:Intraweb_15_D12.lib<br />
<br />
But I am sure that in Rad Studio options, all the directories are setup correctly and the library above is for 32 bits!<br />
<br />
So, can Intraweb 15 work with Rad Studio Athens, new Clang compiler, to build 64 bits applications?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[IW 16.2.0 Missing libraries]]></title>
			<link>https://www.atozed.com/forums/thread-6110.html</link>
			<pubDate>Sat, 02 May 2026 02:17:59 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=60">JuergenS</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6110.html</guid>
			<description><![CDATA[C++ Builder 13 update 1<br />
Edition: IntraWeb Ultimate Edition 16.2.0<br />
<br />
The following libraries are unavailable after installation of IW 16.2.0:<br />
<br />
LibD13W32 -&gt; Intraweb_16_D13.lib<br />
LibD13W64 -&gt; Intraweb_16_D13.a<br />
<br />
Regards <br />
Juergen]]></description>
			<content:encoded><![CDATA[C++ Builder 13 update 1<br />
Edition: IntraWeb Ultimate Edition 16.2.0<br />
<br />
The following libraries are unavailable after installation of IW 16.2.0:<br />
<br />
LibD13W32 -&gt; Intraweb_16_D13.lib<br />
LibD13W64 -&gt; Intraweb_16_D13.a<br />
<br />
Regards <br />
Juergen]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Error setting custom colors in IWGradButton and Intraweb 16.2.0]]></title>
			<link>https://www.atozed.com/forums/thread-6081.html</link>
			<pubDate>Tue, 14 Apr 2026 12:18:59 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=874">Fabrizio Conti</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6081.html</guid>
			<description><![CDATA[Hi,<br />
<br />
in IW 16.2.0 it is impossible to save (and load) custom colors in IWGradButton.<br />
The custom color values are not saved in the DFM.<br />
Loading the form the colors always follow the value of the ColorScheme property no matter the values set in the IDE.<br />
If the ColorScheme property is set to csCustom it is loaded as csRed.<br />
<br />
Last working version is IW 16.1.5.<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
in IW 16.2.0 it is impossible to save (and load) custom colors in IWGradButton.<br />
The custom color values are not saved in the DFM.<br />
Loading the form the colors always follow the value of the ColorScheme property no matter the values set in the IDE.<br />
If the ColorScheme property is set to csCustom it is loaded as csRed.<br />
<br />
Last working version is IW 16.1.5.<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[IntraWeb 16.2.0 is out]]></title>
			<link>https://www.atozed.com/forums/thread-6077.html</link>
			<pubDate>Mon, 13 Apr 2026 21:32:11 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=3">Alexandre Machado</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6077.html</guid>
			<description><![CDATA[Phew!!! Took some time but we got it!<br />
<br />
IntraWeb 16.2.0 has been released:<br />
<br />
<a href="https://www.atozed.com/2026/04/intraweb-16-2-0/" target="_blank" rel="noopener" class="mycode_url">https://www.atozed.com/2026/04/intraweb-16-2-0/</a><br />
<br />
There are too many new exciting things to mention here, but many new posts will follow to detail everything that we did, so stay tuned!<br />
<br />
Enjoy!  <img src="https://www.atozed.com/forums/images/smilies/tongue.png" alt="Tongue" title="Tongue" class="smilie smilie_5" />]]></description>
			<content:encoded><![CDATA[Phew!!! Took some time but we got it!<br />
<br />
IntraWeb 16.2.0 has been released:<br />
<br />
<a href="https://www.atozed.com/2026/04/intraweb-16-2-0/" target="_blank" rel="noopener" class="mycode_url">https://www.atozed.com/2026/04/intraweb-16-2-0/</a><br />
<br />
There are too many new exciting things to mention here, but many new posts will follow to detail everything that we did, so stay tuned!<br />
<br />
Enjoy!  <img src="https://www.atozed.com/forums/images/smilies/tongue.png" alt="Tongue" title="Tongue" class="smilie smilie_5" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[StatusCallback URL for Twilio Conference]]></title>
			<link>https://www.atozed.com/forums/thread-6040.html</link>
			<pubDate>Sat, 04 Apr 2026 09:14:51 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=1236">valmeras</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6040.html</guid>
			<description><![CDATA[I am using Intraweb 15.6.1 with C++ Builder (Rad Studio 10.2.3).<br />
In my application I am making voice calls using Twilio conferences.<br />
When setting up a Twilio conference one of the parameters is the statuscallback which is of the type:<br />
<br />
statusCallback="https://myapp.com/events"<br />
<br />
The purpose of that URL is to receive notifications from Twilio server to the Intraweb application about the progress of the voice call: Initiated, Ringing, Answered, etc...<br />
<br />
The calls from my Intraweb application to Twilio server are made using TNetHTTPClient and TNetHTTPRequest components.<br />
<br />
So, the question is: How to setup my Intraweb application so that I can provide a statuscallback to monitor the outgoing voice call with Twilio conference?]]></description>
			<content:encoded><![CDATA[I am using Intraweb 15.6.1 with C++ Builder (Rad Studio 10.2.3).<br />
In my application I am making voice calls using Twilio conferences.<br />
When setting up a Twilio conference one of the parameters is the statuscallback which is of the type:<br />
<br />
statusCallback="https://myapp.com/events"<br />
<br />
The purpose of that URL is to receive notifications from Twilio server to the Intraweb application about the progress of the voice call: Initiated, Ringing, Answered, etc...<br />
<br />
The calls from my Intraweb application to Twilio server are made using TNetHTTPClient and TNetHTTPRequest components.<br />
<br />
So, the question is: How to setup my Intraweb application so that I can provide a statuscallback to monitor the outgoing voice call with Twilio conference?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Datasource does not map to IWDBGrid]]></title>
			<link>https://www.atozed.com/forums/thread-6026.html</link>
			<pubDate>Thu, 02 Apr 2026 16:28:19 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=1712">bruce.eglington@usask.ca</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6026.html</guid>
			<description><![CDATA[I have numerous queries defined in a datamodule for an Intraweb program, being used by multiple Intraweb web pages. For some reason, the predefined datasource links in the datamodule have stopped working for the individual pages. No matter what I do for re-specifying the datasource for each IWDBGrid (or indeed any database aware control like IWDBEdit), the predefined mapping no longer works and I have to explicitly code the datasource associations (for instance IWDBGrid1.Datasource := DataModule1.Query1) for every database aware control on my web pages.<br />
<br />
Can anybody suggest how to fix this? I have tried respecifying the data columns and respecifying the predefined datasource associations but none of this works. I use Delphi 13 with Intraweb 16.1.8<br />
<br />
Thanks<br />
<br />
Bruce]]></description>
			<content:encoded><![CDATA[I have numerous queries defined in a datamodule for an Intraweb program, being used by multiple Intraweb web pages. For some reason, the predefined datasource links in the datamodule have stopped working for the individual pages. No matter what I do for re-specifying the datasource for each IWDBGrid (or indeed any database aware control like IWDBEdit), the predefined mapping no longer works and I have to explicitly code the datasource associations (for instance IWDBGrid1.Datasource := DataModule1.Query1) for every database aware control on my web pages.<br />
<br />
Can anybody suggest how to fix this? I have tried respecifying the data columns and respecifying the predefined datasource associations but none of this works. I use Delphi 13 with Intraweb 16.1.8<br />
<br />
Thanks<br />
<br />
Bruce]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[New SSL Cert renewal]]></title>
			<link>https://www.atozed.com/forums/thread-5979.html</link>
			<pubDate>Sat, 21 Mar 2026 01:26:22 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=29">lfeliz</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-5979.html</guid>
			<description><![CDATA[No that ssl Cert renewal is 200 days and probably getting shorter, is there an easy way to automate using Lets Encrypt with the Stand alone app?  In some cases I deploy on AWs behind a load balancer and SSL is managed and I just have an admin OK the renewal that arrives as a link in an email.<br />
<br />
I am currently looking at using win acme on an IIS server where i deploy an app, but one deployment prefers the stand alone service with the  .pem ssl files as they can install multiple apps on single server using different ports   443, 8443,8444, etc.....  generating them once a years is okay, but every 6 months requires some automation and i think its work looking into Lets Encrypt for stand alone apps too. <br />
<br />
Has anyone used it for Stand alone apps?  <br />
<br />
- Lou]]></description>
			<content:encoded><![CDATA[No that ssl Cert renewal is 200 days and probably getting shorter, is there an easy way to automate using Lets Encrypt with the Stand alone app?  In some cases I deploy on AWs behind a load balancer and SSL is managed and I just have an admin OK the renewal that arrives as a link in an email.<br />
<br />
I am currently looking at using win acme on an IIS server where i deploy an app, but one deployment prefers the stand alone service with the  .pem ssl files as they can install multiple apps on single server using different ports   443, 8443,8444, etc.....  generating them once a years is okay, but every 6 months requires some automation and i think its work looking into Lets Encrypt for stand alone apps too. <br />
<br />
Has anyone used it for Stand alone apps?  <br />
<br />
- Lou]]></content:encoded>
		</item>
	</channel>
</rss>