<?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 Publish application over network using Silverlight Viewer? in ArcGIS Viewer for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/publish-application-over-network-using-silverlight/m-p/21487#M60</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to publish a web application with the Silverlight Viewer to a web server root directory remotely? In other words, I have access to ArcGIS Server Manager on a remote, and virtual, server from my desktop. I can easily publish map services / web applications through the Server Manager interface. I also have access to the "www-root" directory on the web server from my desktop / network. If I were to install the Silverlight Viewer on my desktop would it be possible to publish the Silverlight web application remotely over the network to the web server "root" directory given this setup?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Oct 2013 20:28:43 GMT</pubDate>
    <dc:creator>BarryGuidry</dc:creator>
    <dc:date>2013-10-02T20:28:43Z</dc:date>
    <item>
      <title>Publish application over network using Silverlight Viewer?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/publish-application-over-network-using-silverlight/m-p/21487#M60</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to publish a web application with the Silverlight Viewer to a web server root directory remotely? In other words, I have access to ArcGIS Server Manager on a remote, and virtual, server from my desktop. I can easily publish map services / web applications through the Server Manager interface. I also have access to the "www-root" directory on the web server from my desktop / network. If I were to install the Silverlight Viewer on my desktop would it be possible to publish the Silverlight web application remotely over the network to the web server "root" directory given this setup?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 20:28:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/publish-application-over-network-using-silverlight/m-p/21487#M60</guid>
      <dc:creator>BarryGuidry</dc:creator>
      <dc:date>2013-10-02T20:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Publish application over network using Silverlight Viewer?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/publish-application-over-network-using-silverlight/m-p/21488#M61</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Barry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to install the Silverlight Application Builder on the remote server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can the then access it, eg. &lt;/SPAN&gt;&lt;A href="http://theRemoteServerName/Builder/"&gt;http://theRemoteServerName/Builder/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Assuming that you have access to it and that it is exposed in IIS on remote server. You can protect this application through settings in IIS if you don't want others to be able to access it (Not a good idea in any case).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The new application that is created will be on the remote machine and not on your local machine. Will be under the inetpub/wwwroot/apps/...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Once again it can be accessed via, eg. &lt;/SPAN&gt;&lt;A href="http://theRomoteServerName/Apps/MyNewApplication/"&gt;http://theRomoteServerName/Apps/MyNewApplication/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively you can configure the application on your local machine, deploy it and copy the application directory (using xcopy, ftp, etc) to the remote server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 06:16:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/publish-application-over-network-using-silverlight/m-p/21488#M61</guid>
      <dc:creator>PietaSwanepoel2</dc:creator>
      <dc:date>2013-10-03T06:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Publish application over network using Silverlight Viewer?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/publish-application-over-network-using-silverlight/m-p/21489#M62</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Barry,&lt;BR /&gt;&lt;BR /&gt;You have to install the Silverlight Application Builder on the remote server&lt;BR /&gt;Can the then access it, eg. &lt;A href="http://theRemoteServerName/Builder/"&gt;http://theRemoteServerName/Builder/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Assuming that you have access to it and that it is exposed in IIS on remote server. You can protect this application through settings in IIS if you don't want others to be able to access it (Not a good idea in any case).&lt;BR /&gt;&lt;BR /&gt;The new application that is created will be on the remote machine and not on your local machine. Will be under the inetpub/wwwroot/apps/...&lt;BR /&gt;Once again it can be accessed via, eg. &lt;A href="http://theRomoteServerName/Apps/MyNewApplication/"&gt;http://theRomoteServerName/Apps/MyNewApplication/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Alternatively you can configure the application on your local machine, deploy it and copy the application directory (using xcopy, ftp, etc) to the remote server.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Thank you very much, Pieta. I assume if I were to configure the Silverlight Viewer on my own machine, as you stated in your last paragraph, I would likely need a web server on my own machine to build and test the web application, right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/silverlight-viewer/concepts/index.html#/Installation_guide/017700000002000000/"&gt;this &lt;/A&gt;&lt;SPAN&gt;the correct application to which you are referring?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 12:37:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/publish-application-over-network-using-silverlight/m-p/21489#M62</guid>
      <dc:creator>BarryGuidry</dc:creator>
      <dc:date>2013-10-07T12:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Publish application over network using Silverlight Viewer?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/publish-application-over-network-using-silverlight/m-p/21490#M63</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Barry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;installing IIS is easy and free. Just enable it using the 'Turn Windows features on/off' in Control Panel&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Make sure that all the features are enabled that ArcGIS installation for Application Builder requires.( The link you referred to)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 05:10:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/publish-application-over-network-using-silverlight/m-p/21490#M63</guid>
      <dc:creator>PietaSwanepoel2</dc:creator>
      <dc:date>2013-10-08T05:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Publish application over network using Silverlight Viewer?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/publish-application-over-network-using-silverlight/m-p/21491#M64</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Barry,&lt;BR /&gt;&lt;BR /&gt;installing IIS is easy and free. Just enable it using the 'Turn Windows features on/off' in Control Panel&lt;BR /&gt;Make sure that all the features are enabled that ArcGIS installation for Application Builder requires.( The link you referred to)&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Thanks again. The problem I have is that we have an IT policy that we cannot have IIS (or any web server) on any machines but designated servers. But, if I access the Silverlight Builder remotely, as in your first suggestion, I shouldn't need a local web server right?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 15:10:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/publish-application-over-network-using-silverlight/m-p/21491#M64</guid>
      <dc:creator>BarryGuidry</dc:creator>
      <dc:date>2013-10-08T15:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Publish application over network using Silverlight Viewer?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/publish-application-over-network-using-silverlight/m-p/21492#M65</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The problem I have is that we have an IT policy that we cannot have IIS (or any web server) on any machines but designated servers.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well that's unfortunate.&amp;nbsp; Since the Application Builder is a web application, it can only be installed on a machine with a web server (specifically IIS).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;But, if I access the Silverlight Builder remotely...I shouldn't need a local web server right?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Correct.&amp;nbsp; If the Viewer is installed on another server, you'll be able to access and use the Application Builder in your browser - provided that you have access to the Application Builder site from your machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I should also add that, while this doesn't help in your particular case, it is possible to configure the Application Builder to deploy applications to another server.&amp;nbsp; This can be done as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;On the machine that apps are going to be deployed to, create a network share that maps to the folder that will contain the apps.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;On the shared folder, grant write access to the account that will be used to deploy the applications.&amp;nbsp; Note that this is the account that the Application Builder's IIS application pool will be run under.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;On the machine where Application Builder is installed, open IIS Manager and modify the identity of the SilverlightViewerAppPool application pool to match the user account that was granted write access in the previous step.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;On disk, navigate to and open the Application Builder's web.config file.&amp;nbsp; With a default intallation of Windows, IIS, and the Viewer, the path to the web.config would be C:\inetpub\wwwroot\Builder\web.config.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;In the web.config, find the AppsBaseUrl and AppsPhysicalDir keys.&amp;nbsp; Update the value of the AppsPhysicalDir key to specify the path to the network share (e.g. \\machine_name\apps).&amp;nbsp; Update the AppsBaseUrl value to specify the URL that maps to the network share (e.g. &lt;A href="http://machine_name/apps/"&gt;http://machine_name/apps/&lt;/A&gt;).&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, any Viewer applications created with the Application Builder can be moved to another server just by copying the folder containing the app.&amp;nbsp; The folder name will match the name given to the app at the time it was deployed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 19:05:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/publish-application-over-network-using-silverlight/m-p/21492#M65</guid>
      <dc:creator>RichZwaap</dc:creator>
      <dc:date>2013-10-11T19:05:33Z</dc:date>
    </item>
  </channel>
</rss>

