<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Web AppBuilder - Deploy Web App Steps? in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869230#M12604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does IIS stand for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finbar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Sep 2015 10:42:43 GMT</pubDate>
    <dc:creator>FinbarGillen</dc:creator>
    <dc:date>2015-09-28T10:42:43Z</dc:date>
    <item>
      <title>Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869226#M12600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: Helvetica, sans-serif;"&gt;Any guidance on &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/web-appbuilder/guide/xt-deploy-app.htm"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: Helvetica, sans-serif;"&gt;deploying a web app&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-size: 10.5pt; font-family: Helvetica, sans-serif;"&gt; designed in Web AppBuilder and to be hosted on our local Portal for ArcGIS (10.3). The app was necessary because it has one custom widget (elevation profile). I built the app in Web AppBuilder and tested out the widget which works fine. I downloaded the app as instructed through Web AppBuilder. The next step says to unzip the app and "Deploy it on your web server." This is where I need help, I've never deployed a website before. On our web server there is a inetpub folder with a subfolder wwwroot. Is this where the unzipped site content should reside? Thanks for any guidance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 16:53:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869226#M12600</guid>
      <dc:creator>BenGrod</dc:creator>
      <dc:date>2015-07-08T16:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869227#M12601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you should be unzipping the file and placing the unzipped contents on your web server in the inetpub/wwwroot directory.&amp;nbsp; You'll want to make sure that if you're using any sort of proxy that this is shown in the json file properly as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 17:00:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869227#M12601</guid>
      <dc:creator>DanielStoelb</dc:creator>
      <dc:date>2015-07-08T17:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869228#M12602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Here is a step by step guide:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deploying the app to IIS is pretty straight forward.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;After you have downloaded the app from WAB using the WAB Home page and clicking the triple ellipses and choose download, you will get a zip file.&lt;/LI&gt;&lt;LI&gt;Unzip this zip file to a known location (I do not like to put the files directly in the inetpub\wwwroot folder as this folder requires Administrator access to edit). I normally use a www folder on the root of my c drive&amp;nbsp; (c:\www\MywabApp1).&lt;/LI&gt;&lt;LI&gt;Once I have unzipped the website files to (c:\www\MywabApp1), I now open IIS and expand the tree in the connections window until I see the Default Web Site, then I right click on the Default Web Site and choose "Add Application"&lt;/LI&gt;&lt;LI&gt;I enter my sites alias "MyWABApp1" and then in the Physical path I browse to "c:\www\MywabApp1".&lt;/LI&gt;&lt;LI&gt;I then click the "Connect as..." and choose Specific user and click set and add credentials (do this even is you are the admin on this machine).&lt;/LI&gt;&lt;LI&gt;I next click "Test Settings..." and verify Authentication and Authorization.&lt;/LI&gt;&lt;LI&gt;Click OK to complete the Add Application dialog&lt;/LI&gt;&lt;LI&gt;I now enter the website url "&lt;A class="unlinked" title="http://gislap183/MyWABApp1/"&gt;http://gislap183/MyWABApp1/&lt;/A&gt;" in my browser and it brings up the WAB site.&lt;/LI&gt;&lt;LI&gt;My last step is to open the config.json file from the c:\www\MywabApp1 folder and use by JS IDE (Brackets) to "beautify" the json and then add my proxy url.&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 17:01:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869228#M12602</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-07-08T17:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869229#M12603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Daniel and Robert for you help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 18:16:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869229#M12603</guid>
      <dc:creator>BenGrod</dc:creator>
      <dc:date>2015-07-08T18:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869230#M12604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does IIS stand for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finbar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 10:42:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869230#M12604</guid>
      <dc:creator>FinbarGillen</dc:creator>
      <dc:date>2015-09-28T10:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869231#M12605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finbar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; IIS is Internet Information Server. IIS is the default web server that comes with windows OS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 11:59:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869231#M12605</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-09-28T11:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869232#M12606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If I had deployed an app using above methods. Will the app open for those people whom don't have access to the webmap.&lt;/P&gt;&lt;P&gt;I believe if an user tries to open an app from WAB directly and if it doesn't have access he cannot open the app . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering if the same will happen if we deploy the app in IIS ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 17:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869232#M12606</guid>
      <dc:creator>VikramS</dc:creator>
      <dc:date>2016-01-08T17:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869233#M12607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vikram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If you web map is not publicly accessible then the app will error. If the web map is publicly accessible but some of the map services in the web map are secured and not publicly accessible then the user will be challenged for a username and password and if they do not provide a correct one then that layer(s) will not show in the app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 18:05:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869233#M12607</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-01-08T18:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869234#M12608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand the step 5 and 6...&lt;/P&gt;&lt;P&gt;Are you using the IIS authentication system ? Does the Windows'auth system is compatible with the AGOL/AGS auth system or is it just an other login step ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you by advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 10:11:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869234#M12608</guid>
      <dc:creator>FlorianCADOZ</dc:creator>
      <dc:date>2016-01-11T10:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869235#M12609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; This is telling IIS what access permissions the application has to the directories that the apps physical path point to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 13:47:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869235#M12609</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-01-11T13:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869236#M12610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh ! Okay, so nothing to do with the authenticate system ! Just windows directories' rights !&lt;/P&gt;&lt;P&gt;Thank you for your explanation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 13:59:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869236#M12610</guid>
      <dc:creator>FlorianCADOZ</dc:creator>
      <dc:date>2016-01-11T13:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869237#M12611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 14:02:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869237#M12611</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-01-11T14:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869238#M12612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is very useful Rob. I am stuck at Step8-9. I am getting message for AGOL sign in. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/206543_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please extent what proxy URL I am required (Step-9).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have verified IIS permsisions TWICE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 17:52:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869238#M12612</guid>
      <dc:creator>RamyShah</dc:creator>
      <dc:date>2016-06-01T17:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869239#M12613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you get an answer to this question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 13:21:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869239#M12613</guid>
      <dc:creator>RenePretorius1</dc:creator>
      <dc:date>2016-06-03T13:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869240#M12614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The url to the proxy that you setup on your web server.&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.esri.com/esri/supportcenter/2015/10/28/setting-up-a-proxy-with-web-appbuilder-for-arcgis-developer-edition/" title="https://blogs.esri.com/esri/supportcenter/2015/10/28/setting-up-a-proxy-with-web-appbuilder-for-arcgis-developer-edition/"&gt;Setting up a proxy with Web AppBuilder Developer Edition | Support Services Blog&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.esri.com/esri/supportcenter/2015/04/07/setting-up-a-proxy/" title="https://blogs.esri.com/esri/supportcenter/2015/04/07/setting-up-a-proxy/"&gt;Setting up a Proxy | Support Services Blog&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2016 20:02:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869240#M12614</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-06-05T20:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869241#M12615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmmm is there some other preparation I have to do before doing these steps? because on step 8 I am having trouble opening WAB site. I am keep getting "this side can't be reached, localhost refused to connect" after argis classic sky blue loading screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 01:52:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869241#M12615</guid>
      <dc:creator>CheolyeongPark</dc:creator>
      <dc:date>2017-05-17T01:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869242#M12616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheolyeong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Sounds like AGOL is refusing access to the app from that machine. That would be an issue in you app registration step (step 5) of the&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/web-appbuilder/guide/xt-deploy-app.htm" title="https://developers.arcgis.com/web-appbuilder/guide/xt-deploy-app.htm"&gt;Deploy your app—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does the browsers web console say?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 13:25:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869242#M12616</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-05-17T13:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869243#M12617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;for more detail I followed your steps from MS azure VM using windows server 2016.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After working on it for a while I encountered this error on my console.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/352530_1.JPG" style="width: 620px; height: 281px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/352531_2.JPG" style="width: 620px; height: 214px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again Robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 00:02:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869243#M12617</guid>
      <dc:creator>CheolyeongPark</dc:creator>
      <dc:date>2017-05-18T00:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869244#M12618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Cheolyeong,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;You should see from the error that the url to your portal is HTTPS and not http like you have in your proxy.config and your WAB proxy rules.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;So the issue is likely you have "portalUrl": "http&lt;STRONG&gt;s&lt;/STRONG&gt;://spacewalk5.maps.arcgis.com", in your apps main config.json. If you change that url to http instead then you might be good to go.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 13:11:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869244#M12618</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-05-18T13:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Deploy Web App Steps?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869245#M12619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert.&lt;/P&gt;&lt;P&gt;thanks for the reply I really appreciate it; however even though I changed the portalUrl in my config.json I still gets the same error. error still show as "https" not "http".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/352699_1.JPG" style="width: 620px; height: 99px;" /&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 22:16:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/web-appbuilder-deploy-web-app-steps/m-p/869245#M12619</guid>
      <dc:creator>CheolyeongPark</dc:creator>
      <dc:date>2017-05-18T22:16:25Z</dc:date>
    </item>
  </channel>
</rss>

