<?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 Adaptor --&amp;gt;Error when firing it up in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14795#M548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think in Shawn's case it is an IIS issue, but like to know what fixes it. In your case, if using SP1 for Server, make sure Web Adaptor is also SP1. I've seen weird errors is Server is SP1 and Web Adaptor is Sp0&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 May 2013 13:31:31 GMT</pubDate>
    <dc:creator>BubbaHey</dc:creator>
    <dc:date>2013-05-14T13:31:31Z</dc:date>
    <item>
      <title>Web Adaptor --&amp;amp;gt;Error when firing it up</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14786#M539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I installed the web adaptor for IIS&amp;nbsp;&amp;nbsp; with no issues but when the initial web page tries to come up I am getting the below error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My IIS settings have all the requirements listed in the help doc. I believe my machine meets all the system requirements.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I installed successfully to Win2008r2 successfully off the exact same ico image. The web page came up no problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Server and IIS seem to be running fine I have been able to publish services, create web apps (js), etc etc on this laptop.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the System.Security assembly registered in my C:\Windows\assembly folder. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't think of what may be causing this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have unistalled Web-adaptor and re-installed, no luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Possible related link: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/80023-Web-Adapter-Installation-Error-Problem"&gt;http://forums.arcgis.com/threads/80023-Web-Adapter-Installation-Error-Problem&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Win7 sp1 (hp laptop)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS_Server 10.1 (sp1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IIS (6.1) and ArcGIS server installed on same machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;no Citrix&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;no windows domain account&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;no active Directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any clues&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;**************Error Error Error***************&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; The system cannot find the file specified.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Exception Details: System.Security.Cryptography.CryptographicException: The system cannot find the file specified.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Source Error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stack Trace:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[CryptographicException: The system cannot find the file specified.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; System.Security.Cryptography.Utils.CreateProvHandle(CspParameters parameters, Boolean randomKeyContainer) +369&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; System.Security.Cryptography.Utils.GetKeyPairHelper(CspAlgorithmType keyType, CspParameters parameters, Boolean randomKeyContainer, Int32 dwKeySize, SafeProvHandle&amp;amp; safeProvHandle, SafeKeyHandle&amp;amp; safeKeyHandle) +151&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; System.Security.Cryptography.RSACryptoServiceProvider.GetKeyPair() +85&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; System.Security.Cryptography.RSACryptoServiceProvider.ExportParameters(Boolean includePrivateParameters) +98&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; ESRI.ArcGIS.WebAdaptor.Config.SetupUI() +378&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; ESRI.ArcGIS.WebAdaptor.Config.Page_Load(Object sender, EventArgs e) +76&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.Control.OnLoad(EventArgs e) +132&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.Control.LoadRecursive() +66&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Version Information: Microsoft .NET Framework Version:2.0.50727.5466; ASP.NET Version:2.0.50727.5456&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 20:43:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14786#M539</guid>
      <dc:creator>ShawnCarson</dc:creator>
      <dc:date>2013-04-16T20:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Web Adaptor --&gt;Error when firing it up</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14787#M540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In IIS Manager, try the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Register asp.net 32-bit: - Open a command prompt and run the following: C:\windows\microsoft.net\framework\v2.0.50727\aspnet_regiis.exe - i &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Enable the ASP.NET v2.0.50727 (32-bit) web service extension in IIS Manager Web Service Extensions&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 11:00:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14787#M540</guid>
      <dc:creator>ThomasMontefusco</dc:creator>
      <dc:date>2013-04-17T11:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Web Adaptor --&gt;Error when firing it up</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14788#M541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What else, have the same problem tried thousand times (all registration, ISAPI CGI restrictions, security/privileges, etc. issues) none appear to work, what is next?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 13:38:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14788#M541</guid>
      <dc:creator>DurmusCesur</dc:creator>
      <dc:date>2013-04-24T13:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Web Adaptor --&gt;Error when firing it up</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14789#M542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If Server is on SP1 level, make sure web apaptor is also on SP1 level. I've seen weird issues if web adaptor is SP0 and server SP1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also if using SSL make sure you follow these steps:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Enabling SSL on ArcGIS Server when accessed through the ArcGIS Web Adaptor&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Enabling_SSL_on_ArcGIS_Server_when_accessed_through_the_ArcGIS_Web_Adaptor/015400000600000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/Enabling_SSL_on_ArcGIS_Server_when_accessed_through_the_ArcGIS_Web_Adaptor/015400000600000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 14:04:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14789#M542</guid>
      <dc:creator>BubbaHey</dc:creator>
      <dc:date>2013-04-24T14:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Web Adaptor --&gt;Error when firing it up</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14790#M543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bubba is correct. Try this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Open IIS &amp;gt; Sites &amp;gt; Default Website &amp;gt; arcgis &amp;gt; .NET Trust Levels &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Set .NET Trust level to "Full (Internal)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is from bug: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; NIM089344&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Web Adaptor for IIS throws a security exception when .NET Trust Level is set to any value other than Full (Internal) trust.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/TklNMDg5MzQ0"&gt;http://support.esri.com/en/bugs/nimbus/TklNMDg5MzQ0&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 14:09:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14790#M543</guid>
      <dc:creator>ThomasMontefusco</dc:creator>
      <dc:date>2013-04-24T14:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Web Adaptor --&gt;Error when firing it up</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14791#M544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I installed the web adaptor for IIS&amp;nbsp;&amp;nbsp; with no issues but when the initial web page tries to come up I am getting the below error.&lt;BR /&gt;My IIS settings have all the requirements listed in the help doc. I believe my machine meets all the system requirements.&lt;BR /&gt;&lt;BR /&gt;I installed successfully to Win2008r2 successfully off the exact same ico image. The web page came up no problem.&lt;BR /&gt;&lt;BR /&gt;Server and IIS seem to be running fine I have been able to publish services, create web apps (js), etc etc on this laptop.&lt;BR /&gt;I have the System.Security assembly registered in my C:\Windows\assembly folder. &lt;BR /&gt;&lt;BR /&gt;I can't think of what may be causing this.&lt;BR /&gt;&lt;BR /&gt;I have unistalled Web-adaptor and re-installed, no luck.&lt;BR /&gt;&lt;BR /&gt;Possible related link: &lt;A href="http://forums.arcgis.com/threads/80023-Web-Adapter-Installation-Error-Problem"&gt;http://forums.arcgis.com/threads/80023-Web-Adapter-Installation-Error-Problem&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Win7 sp1 (hp laptop)&lt;BR /&gt;ArcGIS_Server 10.1 (sp1)&lt;BR /&gt;IIS (6.1) and ArcGIS server installed on same machine.&lt;BR /&gt;no Citrix&lt;BR /&gt;no windows domain account&lt;BR /&gt;no active Directory&lt;BR /&gt;&lt;BR /&gt;Thanks for any clues&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;**************Error Error Error***************&lt;BR /&gt;&lt;BR /&gt; The system cannot find the file specified.&lt;BR /&gt;Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.&lt;BR /&gt;&lt;BR /&gt;Exception Details: System.Security.Cryptography.CryptographicException: The system cannot find the file specified.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Source Error:&lt;BR /&gt;&lt;BR /&gt;An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.&lt;BR /&gt;&lt;BR /&gt;Stack Trace:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[CryptographicException: The system cannot find the file specified.&lt;BR /&gt;]&lt;BR /&gt;&amp;nbsp;&amp;nbsp; System.Security.Cryptography.Utils.CreateProvHandle(CspParameters parameters, Boolean randomKeyContainer) +369&lt;BR /&gt;&amp;nbsp;&amp;nbsp; System.Security.Cryptography.Utils.GetKeyPairHelper(CspAlgorithmType keyType, CspParameters parameters, Boolean randomKeyContainer, Int32 dwKeySize, SafeProvHandle&amp;amp; safeProvHandle, SafeKeyHandle&amp;amp; safeKeyHandle) +151&lt;BR /&gt;&amp;nbsp;&amp;nbsp; System.Security.Cryptography.RSACryptoServiceProvider.GetKeyPair() +85&lt;BR /&gt;&amp;nbsp;&amp;nbsp; System.Security.Cryptography.RSACryptoServiceProvider.ExportParameters(Boolean includePrivateParameters) +98&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ESRI.ArcGIS.WebAdaptor.Config.SetupUI() +378&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ESRI.ArcGIS.WebAdaptor.Config.Page_Load(Object sender, EventArgs e) +76&lt;BR /&gt;&amp;nbsp;&amp;nbsp; System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25&lt;BR /&gt;&amp;nbsp;&amp;nbsp; System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42&lt;BR /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.Control.OnLoad(EventArgs e) +132&lt;BR /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.Control.LoadRecursive() +66&lt;BR /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Version Information: Microsoft .NET Framework Version:2.0.50727.5466; ASP.NET Version:2.0.50727.5456&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This error is commonly seen if you have a web.config in a folder above the web adaptor. If this is true, you will need to manage your IIS according ly. You might be able to use the tag In the parent web.config: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;location path="." inheritInChildApplications="false"&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Stuff that shouldn't be inherited goes in here --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/location&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Justin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 22:22:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14791#M544</guid>
      <dc:creator>JustinRodriguez</dc:creator>
      <dc:date>2013-04-24T22:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Web Adaptor --&gt;Error when firing it up</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14792#M545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for all the replies. I tried the relevant suggestions and still am stuck. If I figure this out I will post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have&amp;nbsp; feeling this&amp;nbsp; may be an IIS thing specific to my machine (Win7). WebAdaptor installed no problem on WinServer2008r2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Appreciate your suggestions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shawn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 22:02:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14792#M545</guid>
      <dc:creator>ShawnCarson</dc:creator>
      <dc:date>2013-05-03T22:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Web Adaptor --&gt;Error when firing it up</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14793#M546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I agree, I think it is IIS also.&amp;nbsp; Try uninstalling IIS then reinstalling.&amp;nbsp; Make sure these components are installed for ArcGIS&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Web server (IIS)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Web Server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Common HTTP Features&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Static Content&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Default Document&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Directory Browsing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HTTP Errors&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Application Development&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ASP.NET&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.NET Extensibility&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ISAPI Extensions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ISAPI Filters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Health and Diagnostics&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HTTP Logging&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Request Monitor&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Security&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Request Filtering&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Performance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Static Content Compression&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Management Tools&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IIS Management Console&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IIS 6 Management Compatibility&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IIS 6 Metabase Compatibility&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If still a problem, look at this thread: &lt;/SPAN&gt;&lt;A href="http://help.octopusdeploy.com/discussions/problems/472-systemsecuritycryptographycryptographicexception-an-internal-error-occurred"&gt;http://help.octopusdeploy.com/discussions/problems/472-systemsecuritycryptographycryptographicexception-an-internal-error-occurred&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 11:09:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14793#M546</guid>
      <dc:creator>BubbaHey</dc:creator>
      <dc:date>2013-05-06T11:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Web Adaptor --&gt;Error when firing it up</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14794#M547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am also facing the same problem now.&amp;nbsp; I am receiving the error on a windows server 2012 machine.&amp;nbsp; Have you had any progress solving it on&amp;nbsp; your installation?&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 21:48:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14794#M547</guid>
      <dc:creator>GaryBilotta</dc:creator>
      <dc:date>2013-05-09T21:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Web Adaptor --&gt;Error when firing it up</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14795#M548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think in Shawn's case it is an IIS issue, but like to know what fixes it. In your case, if using SP1 for Server, make sure Web Adaptor is also SP1. I've seen weird errors is Server is SP1 and Web Adaptor is Sp0&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 13:31:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14795#M548</guid>
      <dc:creator>BubbaHey</dc:creator>
      <dc:date>2013-05-14T13:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Web Adaptor --&gt;Error when firing it up</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14796#M549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is a fresh installation and both arcgis server and web adaptor are at sp0.&amp;nbsp; I was planning to upgrade to sp1 after I successfully installed arcgis server and the web adaptor.&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 22:14:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14796#M549</guid>
      <dc:creator>GaryBilotta</dc:creator>
      <dc:date>2013-05-14T22:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Web Adaptor --&gt;Error when firing it up</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14797#M550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think I solved it.&amp;nbsp; I went to the arcgis application in iis and then changed the asp.net impersonation user to a domain account.&amp;nbsp; It was set to authenticated user by default.&amp;nbsp; It seems to be working for now.&amp;nbsp; I've had an incident in with esri since last Thursday and when I talk to them next, I'll see if they have anything to say about the change in case there may be a negative effect with it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 23:21:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14797#M550</guid>
      <dc:creator>GaryBilotta</dc:creator>
      <dc:date>2013-05-14T23:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Web Adaptor --&gt;Error when firing it up</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14798#M551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Interesting, I just took a look at a test server where the web adaptor installed just fine and asp.net impersonation is disabled by default.&amp;nbsp; That server is Windows 2008r2 though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 23:25:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14798#M551</guid>
      <dc:creator>GaryBilotta</dc:creator>
      <dc:date>2013-05-14T23:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Web Adaptor --&amp;gt;Error when firing it up</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14799#M552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran into this issue before with 10.2 and again with 10.2.2. For me I had to change the Authentication Settings in IIS to use 'Windows Authentication'. Worked like a charm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 17:52:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14799#M552</guid>
      <dc:creator>JasonHansel</dc:creator>
      <dc:date>2014-11-17T17:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Web Adaptor --&amp;amp;gt;Error when firing it up</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14800#M553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chaps,&lt;/P&gt;&lt;P&gt;I have had this problem but only in relation to changing the AppPool user as we have multiple WebAdaptors within multiple sites on the same IIS instance.&lt;BR /&gt;So traffic from one site does not affect the AppPool from another site, the AppPools required different instances/identities i.e. ArcGISWebAdaptorAppPool for the Default Site and ANotherWebAdaptorAppPool for ANother Site. The cryptography error occurs only when I moved away from the Default - ArcGISWebApatorAppPool user Identity...? So I discovered that The WebAdaptor installer set 'Load User Profile' to 'True' for the ArcGISWebAdaptorAppPool. My ANotherWebAdaptorAppPool didn't have it set up and therefore couldn't use the '&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;Windows Cryptographic Service Provider' therefore making Cryptographic Context unavailable as this is only available to windows account within the .NET framework.&amp;nbsp; 'Load User Profile' elevates the AppPool identity to a sudo user level enabling it to use the '&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;Windows Cryptographic Service Provider'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 10:46:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptor-amp-amp-gt-error-when-firing-it-up/m-p/14800#M553</guid>
      <dc:creator>PaulBatley</dc:creator>
      <dc:date>2015-04-01T10:46:37Z</dc:date>
    </item>
  </channel>
</rss>

