﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - 4.0 solution with classic application pool?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/40-solution-with-classic-application-pool/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>4.0 solution with classic application pool?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/40-solution-with-classic-application-pool/</link><pubDate>Wed, 21 Dec 2011 22:48:25 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Actually it depends on the IIS version that you are currently using. But I believe the IIS version should be version 7.0.&lt;/p&gt;
&lt;p&gt;Please refer to the following article in &lt;a href="http://intersoftpt.com/Support/WebGrid/KB/Run-Intersofts-components-in-HTTP-mode-using-DefaultAppPool-(IIS-7-0-Integrated-NET-pipeline-mode)/" target="_blank"&gt;here&lt;/a&gt; to get solution on this issue, or you can refer to this &lt;a href="http://www.intersoftpt.com/Support/WebUIStudio/Tutorial/Text/Configure-Intersoft-products-to-run-in-IIS7-environment/" target="_blank"&gt;article&lt;/a&gt; in our support site.&lt;/p&gt;
&lt;p&gt;I hope this helps. Thank you and have a nice day.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Martin&lt;/p&gt;</description></item><item><title>4.0 solution with classic application pool?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/40-solution-with-classic-application-pool/</link><pubDate>Wed, 21 Dec 2011 15:07:50 GMT</pubDate><dc:creator>Gmontes</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I'm currently migrating some of our projects (with Web UI Studio 2009 R2) to 4.0 and since an entry is required in the &amp;lt;httphandlers&amp;gt; section of the web.config file, this is forcing us to change the application pool of the affected applications to 'ASP.NET v4.0 Classic'.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;httpHandlers&amp;gt;
      &amp;lt;add path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" validate="true"/&amp;gt;
    &amp;lt;/httpHandlers&amp;gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;Now... in order to keep working with the default application pool (integrated), what would be advisable? Just adding the key to ignore the integrated mode validation?&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;system.webServer&amp;gt;
    &amp;lt;validation validateIntegratedModeConfiguration="false"/&amp;gt;
  &amp;lt;/system.webServer&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-size: 10pt; "&gt;Or refactor the handler into the system.webserver/handlers section?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;system.webServer&amp;gt;
    &amp;lt;handlers&amp;gt;
      &amp;lt;add name="ISRes.axd_GET" path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" preCondition="integratedMode,runtimeVersionv2.0" /&amp;gt;
    &amp;lt;/handlers&amp;gt;
  &amp;lt;/system.webServer&amp;gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>