<?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 Deployment of Flexviewer in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607203#M13503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried to deploy my customized Flewviewer project.&amp;nbsp; In the Flexviewer project, I can view the map either by&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Users\myName\Documents\Flex Builder 3\Flexviewer1.3\bin-debug\index.html&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Users\myName\Documents\Flex Builder 3\Flexviewer1.3\bin-release\index.html&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In IE or FireFox, I can view &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;file:///C:/Users/myName/Documents/Flex%20Builder%203/Flexviewer1.3/bin-debug/index.html&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But no map displays in IE or FireFox for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;file:///C:/Users/myName/Documents/Flex%20Builder%203/Flexviewer1.3/bin-release/index.html&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I copy the bin-debug folder to another location, e.g.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;file:///C:/YanotherFolder/bin-debug/index.html, no map is displayed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know how to fix this problem.&amp;nbsp; Appreciate if you can share your experience.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 May 2010 22:51:17 GMT</pubDate>
    <dc:creator>ShaningYu</dc:creator>
    <dc:date>2010-05-05T22:51:17Z</dc:date>
    <item>
      <title>Deployment of Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607203#M13503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried to deploy my customized Flewviewer project.&amp;nbsp; In the Flexviewer project, I can view the map either by&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Users\myName\Documents\Flex Builder 3\Flexviewer1.3\bin-debug\index.html&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Users\myName\Documents\Flex Builder 3\Flexviewer1.3\bin-release\index.html&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In IE or FireFox, I can view &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;file:///C:/Users/myName/Documents/Flex%20Builder%203/Flexviewer1.3/bin-debug/index.html&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But no map displays in IE or FireFox for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;file:///C:/Users/myName/Documents/Flex%20Builder%203/Flexviewer1.3/bin-release/index.html&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I copy the bin-debug folder to another location, e.g.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;file:///C:/YanotherFolder/bin-debug/index.html, no map is displayed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know how to fix this problem.&amp;nbsp; Appreciate if you can share your experience.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 22:51:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607203#M13503</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2010-05-05T22:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment of Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607204#M13504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;shaningesri,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; When you deploy your app you should copy the contents of the bin-release folder to your web server and paste it into a folder that has been setup as a virtual directory in IIS or if you are using Apache then to the httpdocs folder. You should only use a local path like you are for development and I really don't even recommend that. You really need a virtual directory setup pointing to your bin-debug folder so that when you launch your app in debug mode from flex or flash builder you are navigating to an actual url and not a local file path. These basics are all covered my Moxie in the Sample Flex Viewer developer guide.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 15:05:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607204#M13504</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-05-06T15:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment of Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607205#M13505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is your "Movie in the Sample Flex Viewer developer guide" available anywhere for download?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 15:44:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607205#M13505</guid>
      <dc:creator>JasonWei</dc:creator>
      <dc:date>2010-05-07T15:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment of Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607206#M13506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;jwei,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Sorry that was suppose to be "by Moxie" Moxie was the lead developer for the SFV. Do you have the developer guide?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 16:42:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607206#M13506</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-05-07T16:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment of Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607207#M13507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, is it in the SFV package? Sorry I misunderstood you. I am just starting to move from ArcIMS to this new ArcGIS for Flex API and trying to learn anything I can.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 16:59:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607207#M13507</guid>
      <dc:creator>JasonWei</dc:creator>
      <dc:date>2010-05-07T16:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment of Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607208#M13508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;jwei,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You can get it from here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=297925&amp;amp;mc=7#933276"&gt;http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=297925&amp;amp;mc=7#933276&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 17:09:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607208#M13508</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-05-07T17:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment of Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607209#M13509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for the guide. I really appreciate for what you have done for the forum!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 17:42:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607209#M13509</guid>
      <dc:creator>JasonWei</dc:creator>
      <dc:date>2010-05-07T17:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment of Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607210#M13510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please help me deploy my site.&amp;nbsp; I'm working with ArcGIS Server 10, Java and created the site with Adobe Flash Builder 4.&amp;nbsp; I exported the bin-debug folder and placed it on the server (c:/inetpub/wwwroot/).&amp;nbsp; How do I release the index.html file to the web?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;jP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 22:49:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607210#M13510</guid>
      <dc:creator>JaimePrado</dc:creator>
      <dc:date>2010-09-02T22:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment of Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607211#M13511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jaime,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; What you need to do is in Flash Builder 4&amp;nbsp; so to the project menu and choose "Export Release Build..." That will create a bin-release folder the contents of that folder is what you copy to your web server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Quick IIS tutorial: open IIS on the server expand the websites node and right click Default Web Site and choose new Virtual Directory. Click next in the dialog and give it an alias like FlexViewer and click next and browse to the folder that you copied the bin-release folders contents to. Click next and then ensure that Read and Run scripts (such as ASP) are both checked. Click next and then Finish. That's it your ready to run from the server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 23:20:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607211#M13511</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-09-02T23:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment of Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607212#M13512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to set up FlexBuilder to use the IIS virtual directory if IIS is running on a different machine than the development machine?&amp;nbsp; I tried creating a virtual directory on the IIS server that used a unc path to point to the bin-debug directory on the development machine but that didn't work out.&amp;nbsp; I'm at a Federal facility that has strong restrictions about what software can run on certain machines and I can't have FlexBuilder on the server nor can I have IIS on my desktop.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 14:23:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607212#M13512</guid>
      <dc:creator>JaneCopeland</dc:creator>
      <dc:date>2010-09-03T14:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment of Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607213#M13513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Open your Project Properties and go to Flex Build Path and change the Output folder setting.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 15:45:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607213#M13513</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-09-03T15:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment of Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607214#M13514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dasa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I had already done that.&amp;nbsp; I get an HTTP Error 500 - Internal server error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jane&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 18:39:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607214#M13514</guid>
      <dc:creator>JaneCopeland</dc:creator>
      <dc:date>2010-09-03T18:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment of Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607215#M13515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you able to load your Viewer fine if you manually copy the files to your IIS directory? If not, I'd get that working first (See Roberts tips above). Then configure the Project Settings so you can skip the manual copy step. You'll still need to create a release build when you're ready to have it used by your users.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 18:49:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607215#M13515</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-09-03T18:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment of Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607216#M13516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It works fine if I copy it to the server.&amp;nbsp; I was hoping to find a way to not have to continuously create a release build and copy it to the server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 18:54:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607216#M13516</guid>
      <dc:creator>JaneCopeland</dc:creator>
      <dc:date>2010-09-03T18:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment of Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607217#M13517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use the Output folder setting to copy it to a development server during your development and then just create the release build once you're done. The Release build dialog also lets you choose where to save it, so you may be able to use a unc path there or uses a mounted drive to have it saved directly to your server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 18:59:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607217#M13517</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-09-03T18:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment of Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607218#M13518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Robert.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to follow your previous post, but IIS 7 is a little different.&amp;nbsp; I copied the "bin-debug" folder into c:\inetpub\wwwroot\bin-debug.&amp;nbsp; I opened up IIS and right clicked the default we site and created a new virtual directory named Flex.&amp;nbsp; But, there is no option for read &amp;amp; execute.&amp;nbsp; Where can this be changed in IIS 7?&amp;nbsp; Everytime I use the manage virtual directory, Browse, I get the Adobe Flash Player 10 Action Script error message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 21:28:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607218#M13518</guid>
      <dc:creator>JaimePrado</dc:creator>
      <dc:date>2010-09-07T21:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment of Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607219#M13519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oops, I found the issue!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for all the help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;jP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 13:23:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/deployment-of-flexviewer/m-p/607219#M13519</guid>
      <dc:creator>JaimePrado</dc:creator>
      <dc:date>2010-09-08T13:23:09Z</dc:date>
    </item>
  </channel>
</rss>

