<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: starvignesh123</title>
    <description>The latest articles on DEV Community by starvignesh123 (@starvignesh123).</description>
    <link>https://dev.to/starvignesh123</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F566062%2F2358e180-2c31-4956-be09-03da0831483b.png</url>
      <title>DEV Community: starvignesh123</title>
      <link>https://dev.to/starvignesh123</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/starvignesh123"/>
    <language>en</language>
    <item>
      <title>How to Create and install Free SSL certificates in IIS?</title>
      <dc:creator>starvignesh123</dc:creator>
      <pubDate>Mon, 15 Feb 2021 21:02:24 +0000</pubDate>
      <link>https://dev.to/starvignesh123/how-to-create-and-install-free-ssl-certificates-in-iis-20kf</link>
      <guid>https://dev.to/starvignesh123/how-to-create-and-install-free-ssl-certificates-in-iis-20kf</guid>
      <description>&lt;p&gt;All you need to do is to download the newest release, copy it to your web server, unzip it and run it. &lt;/p&gt;

&lt;h3&gt;
  
  
  win-acme
&lt;/h3&gt;

&lt;p&gt;--A simple interface to create and install certificates on IIS server&lt;br&gt;
--Compatible with all popular ACME service providers, including Let’s Encrypt, ZeroSSL, DigiCert, Sectigo, etc...&lt;br&gt;
--Automatically creates a scheduled task to renew certificates.&lt;br&gt;
--Get certificates with wildcards (*.example.com) as well.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.win-acme.com/"&gt;https://www.win-acme.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/win-acme/win-acme"&gt;https://github.com/win-acme/win-acme&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--kRvHuTYW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gvf859cz4xaxujgcgi9s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--kRvHuTYW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gvf859cz4xaxujgcgi9s.png" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is a ACMEv2 client for Windows that aims to be very simple to start with, but powerful enough to grow into almost every scenario.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to Setup Web Deploy for IIS ?</title>
      <dc:creator>starvignesh123</dc:creator>
      <pubDate>Mon, 15 Feb 2021 20:54:48 +0000</pubDate>
      <link>https://dev.to/starvignesh123/how-to-setup-web-deploy-for-iis-92a</link>
      <guid>https://dev.to/starvignesh123/how-to-setup-web-deploy-for-iis-92a</guid>
      <description>&lt;p&gt;We can 'publish web applications' from Visual Studio to IIS directly without logging in to the VM or FTP.&lt;/p&gt;




&lt;h2&gt;
  
  
  How does Web Deploy compare to FTP?
&lt;/h2&gt;

&lt;p&gt;Web Deploy is often compared to technologies like FTP, XCOPY. &lt;/p&gt;

&lt;h3&gt;
  
  
  Here is a Benefits of Web Deploy :
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt; Web Deploy is faster than FTP. It does a comparison at the start of the sync and only transfers changes.&lt;/li&gt;
&lt;li&gt; Web Deploy is secure. (HTTPS).&lt;/li&gt;
&lt;li&gt; Web Deploy can set security descriptors (ACLs) on destination files and directories.&lt;/li&gt;
&lt;li&gt; Web Deploy can publish databases. &lt;/li&gt;
&lt;li&gt; Web Deploy can apply transforms during deployment. Example: change a connection string or application setting during a sync.&lt;/li&gt;
&lt;li&gt; Web Deploy integrates with Visual Studio 2010.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Configuring a Web Server for Web Deploy Publishing
&lt;/h2&gt;

&lt;p&gt;Here is the nice step-by-step instruction from Microsoft.&lt;br&gt;
&lt;a href="https://docs.microsoft.com/en-us/aspnet/web-forms/overview/deployment/configuring-server-environments-for-web-deployment/configuring-a-web-server-for-web-deploy-publishing-web-deploy-handler"&gt;https://docs.microsoft.com/en-us/aspnet/web-forms/overview/deployment/configuring-server-environments-for-web-deployment/configuring-a-web-server-for-web-deploy-publishing-web-deploy-handler&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Reference:
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://docs.microsoft.com/en-us/iis/publish/using-web-deploy/introduction-to-web-deploy"&gt;https://docs.microsoft.com/en-us/iis/publish/using-web-deploy/introduction-to-web-deploy&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
