Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Kyle Skrinak 272 posts 327 karma points
    Jul 27, 2009 @ 16:17
    Kyle Skrinak
    0

    A 4.0.0 to 4.0.2.1 upgrade question

    I've been able to upgrade my development server from 4.0.0 to 4.0.2.1  without applying my web.config file and all content appears as I expect.

    However, out of curiosity, I ran the upgraded default web.config against my existing one, and I'm seeing the following difference and I ask the cognoscenti -- is there something I'm missing?

    4.0.2.1 has:

     <!-- ASPNETAJAX -->

      <system.web.extensions>

        <scripting>

          <scriptResourceHandler enableCompression="true" enableCaching="true" />

        </scripting>

      </system.web.extensions

    4.0.0 has:

      <!-- ASPNETAJAX -->

      <system.webServer>

        <handlers>

          <add name="HTML-Handler for URLrewriting" path="*.html" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" requireAccess="Script" preCondition="classicMode,runtimeVersionv2.0,bitness32" />

        </handlers>

      </system.webServer>

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies