Copied to clipboard

Flag this post as spam?

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


  • James Bielefeldt 11 posts 31 karma points
    Jun 14, 2011 @ 17:54
    James Bielefeldt
    0

    ASP.NET 4.0 on IIS 6

    This is not an Umbraco issue, but rather a Microsoft one.

    I am trying to run Umbraco 4.7 on IIS 6 as a ASP.NET 4.0 app. Any website created on my IIS 6 and ran as a 4.0 app cannot resolve a default page. However, this issue is intermittent. It displays a 404 error or sometimes the error refers to eurl.axd. I found a few articles:

    http://stackoverflow.com/questions/3086066/asp-net-mvc-eurl-axd-errors

    http://shapemetrics.wordpress.com/2010/07/15/iis-eurl-axd-error-file-not-found/

    https://blogs.msdn.com/b/tmarq/archive/2010/06/18/how-to-disable-the-asp-net-v4-0-extensionless-url-feature-on-iis-6-0.aspx

    Cannot find a fix. The ASP.NET 2.0 sites on my server run fine.

    Any help would be greatly appreciated. Thanks in advance.

  • David Verberckmoes 46 posts 77 karma points
    Jun 14, 2011 @ 18:28
    David Verberckmoes
    0

    Did you try the staps: http://johan.driessen.se/posts/getting-an-asp.net-4-application-to-work-on-iis6

    Is your application pool a ".NET 4.0" pool?

    What user is your apppool running?

    Rgds,

    /David

  • Rajeev 126 posts 154 karma points
    Jun 14, 2011 @ 20:58
    Rajeev
    0

    Did you set the necessary permissions for the "NETWORK SERVICE"?

    If not refer the following URL

    http://our.umbraco.org/wiki/install-and-setup/set-umbraco-folder-permissions-from-command-line

    Reregistering ASP.Net 4.0 in IIS may help.

    Regards,

    Rajeev

     

     

     

     

  • Stephen 204 posts 246 karma points
    Sep 04, 2011 @ 22:10
    Stephen
    0

    did you find a soluiton to this? running into the exact same issue here...installing 4.7 with .Net 4 on IIS6 is somwhat difficult..

    S

  • James Bielefeldt 11 posts 31 karma points
    Sep 06, 2011 @ 15:44
    James Bielefeldt
    0

    This worked for me.

     

    1. In the Windows registry, open the following node:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\4.0.30319.0

    1. Create a new DWORD value named EnableExtensionlessUrls.
    2. Set EnableExtensionlessUrls to 0. This disables extensionless URL behavior.
    3. Save the registry value and close the registry editor.
    4. Run the iisreset command-line tool, which causes IIS to read the new registry value or simply restart IIS.
  • 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