<?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: How to Host an Experience Builder Dev App for AGOL in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-host-an-experience-builder-dev-app-for-agol/m-p/1691346#M22855</link>
    <description>&lt;P&gt;I honestly can't speak to 1.18 on the clientId checkbox specifically. But I can confirm that in 1.19 the clientId is properly populated when you check that box.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Mar 2026 18:56:55 GMT</pubDate>
    <dc:creator>PaigeWaterbury</dc:creator>
    <dc:date>2026-03-18T18:56:55Z</dc:date>
    <item>
      <title>How to Host an Experience Builder Dev App for AGOL</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-host-an-experience-builder-dev-app-for-agol/m-p/1689513#M22753</link>
      <description>&lt;P&gt;After creating an Experience Builder App with Developer Edition, how can I host it and then display it in AGOL?&lt;/P&gt;&lt;P&gt;I was following along on this intro video, and after deploying to IIS via a virtual directory, the speaker just says &lt;EM&gt;"...depending on your share settings, it could be hit publicly...".&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=YLBxBio96a8" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=YLBxBio96a8&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The &lt;A href="https://developers.arcgis.com/experience-builder/guide/experience-deployment/" target="_blank" rel="noopener"&gt;documentation&lt;/A&gt; also says:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"The experiences you create with developer edition of ArcGIS Experience Builder can be downloaded and hosted on a web server"&lt;/EM&gt;, but no further directions on how to host on a web server.&lt;/P&gt;&lt;P&gt;What are the next steps to get my app viewable to the public from a friendly url (not the server name)?&lt;/P&gt;&lt;P&gt;As someone who is not a developer, tutorials with videos / screenshots are most helpful if possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 19:37:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-host-an-experience-builder-dev-app-for-agol/m-p/1689513#M22753</guid>
      <dc:creator>cjms</dc:creator>
      <dc:date>2026-03-09T19:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Host an Experience Builder Dev App for AGOL</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-host-an-experience-builder-dev-app-for-agol/m-p/1690643#M22818</link>
      <description>&lt;P&gt;Do you have a web server you can host it on?&amp;nbsp; The &lt;A href="https://community.esri.com/t5/arcgis-experience-builder-questions/how-can-i-publish-an-experience-builder-app-to/td-p/1604118" target="_self"&gt;solution to a similar question says there is no way to host it on ArcGIS Online&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2026 01:09:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-host-an-experience-builder-dev-app-for-agol/m-p/1690643#M22818</guid>
      <dc:creator>ToddW_stl</dc:creator>
      <dc:date>2026-03-14T01:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Host an Experience Builder Dev App for AGOL</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-host-an-experience-builder-dev-app-for-agol/m-p/1691085#M22842</link>
      <description>&lt;P&gt;Yes I have a server, I'm just curious what the next steps are from putting it on IIS to making it public and available to navigate to on AGOL&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2026 17:55:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-host-an-experience-builder-dev-app-for-agol/m-p/1691085#M22842</guid>
      <dc:creator>cjms</dc:creator>
      <dc:date>2026-03-17T17:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Host an Experience Builder Dev App for AGOL</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-host-an-experience-builder-dev-app-for-agol/m-p/1691290#M22850</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/883213"&gt;@cjms&lt;/a&gt;&amp;nbsp;- from my relatively recent experience of getting started with ExperienceBuilder Dev Edition and hosting to an internal web server, this is what I'd review and likely stumble through:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;A href="https://developers.arcgis.com/experience-builder/guide/install-guide/#1-create-a-client-id" target="_self"&gt;Create a Client ID&lt;/A&gt;&amp;nbsp;(Esri docs)&lt;/LI&gt;&lt;LI&gt;In ExperienceBuilder Dev Edition - Configure the app as desired&lt;/LI&gt;&lt;LI&gt;In ExperienceBuilder Dev Edition - Save and Publish the app&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://learn.microsoft.com/en-us/iis/get-started/getting-started-with-iis/create-a-web-site" target="_self"&gt;Create a Web Site&lt;/A&gt; (Microsoft docs)&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://learn.microsoft.com/en-us/answers/questions/2104870/how-do-i-make-my-website-public" target="_self"&gt;How do I make my website public?&lt;/A&gt; (Microsoft docs)&lt;/LI&gt;&lt;LI&gt;In ExperienceBuilder Dev Edition - &lt;A href="https://developers.arcgis.com/experience-builder/guide/experience-deployment/#download-the-experience" target="_self"&gt;Download the experience&lt;/A&gt;&amp;nbsp;(do not check clientID box)&lt;/LI&gt;&lt;LI&gt;In Windows File Explorer and a text editor -&amp;nbsp;&lt;A href="https://developers.arcgis.com/experience-builder/guide/experience-deployment/#deploy-the-experience" target="_blank" rel="noopener"&gt;Deploy the experience&lt;/A&gt;&amp;nbsp;(step 3 in the linked doc was done in step 1 of this bulleted list)&lt;OL&gt;&lt;LI&gt;note: when you unzip the folder to the web server, the name of the (bold) folder in&amp;nbsp; "C:\inetpub\wwwroot\&lt;STRONG&gt;appName&lt;/STRONG&gt;" will be the name in the url (i.e. &lt;A href="https://www" target="_blank"&gt;https://www&lt;/A&gt;.&lt;STRONG&gt;webServer&lt;/STRONG&gt;.com/&lt;STRONG&gt;appName&lt;/STRONG&gt;/index.html" (&lt;EM&gt;or something similar depending on your web server/network architecture&lt;/EM&gt;)&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;If users get some kind of authentication/log in error (I'm unsure if you will have any restricted/protected ArcGIS Online services in the public facing app) - Add the deployed app URL into the ClientID Settings &amp;gt; Redirect URLs section - see step 7 under &lt;A href="https://developers.arcgis.com/experience-builder/guide/install-guide/#1-create-a-client-id" target="_self"&gt;Create a ClientID&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;To add the app as an ArcGIS Online item - see &lt;A href="http://Add%20an app from a URL" target="_self"&gt;Add an app from a URL&lt;/A&gt;&lt;OL&gt;&lt;LI&gt;I was working in ArcGIS Enterprise 11.5 and chose:&amp;nbsp;&amp;nbsp;Content &amp;gt; New Item &amp;gt; Application &amp;gt; Web Mapping &amp;gt; paste app URL &amp;gt; give item a name &amp;gt; Save &amp;gt;&amp;nbsp;Mark as authoritative&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This is the extent of my (current) knowledge, so let me know how it goes and I'll try to track down some answers!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 16:19:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-host-an-experience-builder-dev-app-for-agol/m-p/1691290#M22850</guid>
      <dc:creator>ToddW_stl</dc:creator>
      <dc:date>2026-03-18T16:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Host an Experience Builder Dev App for AGOL</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-host-an-experience-builder-dev-app-for-agol/m-p/1691292#M22851</link>
      <description>&lt;P&gt;I guess I also could have looked at who presented the video you linked...&amp;nbsp; &amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I sent this to my friend&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/671237"&gt;@PaigeWaterbury&lt;/a&gt;&amp;nbsp; to review!&amp;nbsp;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 16:24:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-host-an-experience-builder-dev-app-for-agol/m-p/1691292#M22851</guid>
      <dc:creator>ToddW_stl</dc:creator>
      <dc:date>2026-03-18T16:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Host an Experience Builder Dev App for AGOL</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-host-an-experience-builder-dev-app-for-agol/m-p/1691329#M22853</link>
      <description>&lt;P&gt;Thanks for bringing this one to my attention,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/162044"&gt;@ToddW_stl&lt;/a&gt;!&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/883213"&gt;@cjms&lt;/a&gt;&amp;nbsp;I agree with everything Todd said except for in step 6. Assuming you're working with the latest version of ExB Dev Edition (currently 1.19) I would recommend checking the clientId box, as this removes the need for you to go in and manually manipulate a JSON file.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 17:30:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-host-an-experience-builder-dev-app-for-agol/m-p/1691329#M22853</guid>
      <dc:creator>PaigeWaterbury</dc:creator>
      <dc:date>2026-03-18T17:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Host an Experience Builder Dev App for AGOL</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-host-an-experience-builder-dev-app-for-agol/m-p/1691330#M22854</link>
      <description>&lt;P&gt;Was that broken at 1.18 and fixed for 1.19?&amp;nbsp; I'll update my notes, if so.&amp;nbsp; I think i started on 1.18 and struggled with the client ID / Redirect URLs for a while, but whatever I did (above) eventually worked for me.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 17:34:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-host-an-experience-builder-dev-app-for-agol/m-p/1691330#M22854</guid>
      <dc:creator>ToddW_stl</dc:creator>
      <dc:date>2026-03-18T17:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Host an Experience Builder Dev App for AGOL</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-host-an-experience-builder-dev-app-for-agol/m-p/1691346#M22855</link>
      <description>&lt;P&gt;I honestly can't speak to 1.18 on the clientId checkbox specifically. But I can confirm that in 1.19 the clientId is properly populated when you check that box.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 18:56:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-host-an-experience-builder-dev-app-for-agol/m-p/1691346#M22855</guid>
      <dc:creator>PaigeWaterbury</dc:creator>
      <dc:date>2026-03-18T18:56:55Z</dc:date>
    </item>
  </channel>
</rss>

