<?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: ASP.NET and IIS errors on MS Azure with ArcGIS Enterprise 10.5.1 image in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/asp-net-and-iis-errors-on-ms-azure-with-arcgis/m-p/429683#M16587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the suggestion. It did not work. Anyway, I solved installing some pending OS updates and reinstalling IIS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jul 2017 10:32:57 GMT</pubDate>
    <dc:creator>AlessandroValra</dc:creator>
    <dc:date>2017-07-20T10:32:57Z</dc:date>
    <item>
      <title>ASP.NET and IIS errors on MS Azure with ArcGIS Enterprise 10.5.1 image</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/asp-net-and-iis-errors-on-ms-azure-with-arcgis/m-p/429681#M16585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are trying to configure an ArcGIS Enterprise 10.5.1 on a MS Azure virtual machine. The OS is Win server 2016 with IIS 10. ArcGIS Enterprise was pre-installed on the machine (using the image available at my.esri), and ArcGIS Server and Potal are running properly on ports 6080/6443 and 7443 respectively.&lt;/P&gt;&lt;P&gt;It is a "single-machine" installation (only one GIS server machine/site).&lt;/P&gt;&lt;P&gt;Actually, we are facing the problem that &lt;A href="http://localhost"&gt;http://localhost&lt;/A&gt;&amp;nbsp;is responding with error 500. The same happens after we installed WebAdaptor accessing &lt;A href="http://localhost/server"&gt;http://localhost/server&lt;/A&gt;/webadaptor.&lt;/P&gt;&lt;P&gt;We have an error regarding ASP.NET (see "aspnetERROR1325) and another on IIS (please see the image below).&lt;/P&gt;&lt;P&gt;We would need to configure properly the WebAdaptor to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;federate our server to the portal&lt;/LI&gt;&lt;LI&gt;using port 80 to provide GIS services&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Another thing is that we noticed that, differently than what we were used to in previous installations, the account of the ArcGIS server is SYSTEM, not local (again, this was pre-configured in the image, we actually didn't touch that).&lt;/P&gt;&lt;P&gt;Does anybody have a clue about what could be wrong with the setup?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help.&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/363174_pastedImage_3.png" style="width: 620px; height: 195px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 16:26:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/asp-net-and-iis-errors-on-ms-azure-with-arcgis/m-p/429681#M16585</guid>
      <dc:creator>AlessandroValra</dc:creator>
      <dc:date>2017-07-18T16:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: ASP.NET and IIS errors on MS Azure with ArcGIS Enterprise 10.5.1 image</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/asp-net-and-iis-errors-on-ms-azure-with-arcgis/m-p/429682#M16586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd try dropping a web.config in the wwwroot, or if there's one already there, add or update this element:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;configuration&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;startup&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;supportedRuntime version&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"v4.0"&lt;/SPAN&gt;&lt;STRONG&gt; sku=".NETFramework,Version=v4.5.1"&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;/&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;startup&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;configuration&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Essentially, make sure that the .net sku is pointing to the correct version.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;see:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.asp.net/t/2109026.aspx?ASP+NET+application+initialization+is+failing+on+Server+2016+IIS+10"&gt;https://forums.asp.net/t/2109026.aspx?ASP+NET+application+initialization+is+failing+on+Server+2016+IIS+10&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 18:40:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/asp-net-and-iis-errors-on-ms-azure-with-arcgis/m-p/429682#M16586</guid>
      <dc:creator>RandallWilliams</dc:creator>
      <dc:date>2017-07-18T18:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: ASP.NET and IIS errors on MS Azure with ArcGIS Enterprise 10.5.1 image</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/asp-net-and-iis-errors-on-ms-azure-with-arcgis/m-p/429683#M16587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the suggestion. It did not work. Anyway, I solved installing some pending OS updates and reinstalling IIS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 10:32:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/asp-net-and-iis-errors-on-ms-azure-with-arcgis/m-p/429683#M16587</guid>
      <dc:creator>AlessandroValra</dc:creator>
      <dc:date>2017-07-20T10:32:57Z</dc:date>
    </item>
  </channel>
</rss>

