Copied to clipboard

Flag this post as spam?

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


  • Anton 36 posts 67 karma points
    Feb 05, 2012 @ 11:54
    Anton
    0

    V5 - No post installation step after when launching website first time

    Hi,

    As per title here are the steps which results in an error :

     

    1. Downloaded V5 RTM from codeplex
    2. Extract to c:\umbraco
    3. Create new IIS website path mapped as above and binding set to localhost:8080
    4. Application pool using V4 and Integrated Mode
    5. Open in browser http://localhost:8080 results in - HTTP Error 403.14 - Forbidden
    6. Open in browser http://localhost:8080/install results in - HTTP Error 404.0 - Not Found
    MVC 3 and the Tools update is installed.  Any ideas what could be missing?  Below are some screenshots for reference.

     

  • Anton 36 posts 67 karma points
    Feb 05, 2012 @ 12:03
    Anton
    1

    Found the problem.  It turns out that .Net V4 (even though it can select it in IIS!) is not registered in IIS: 

    Running the following command fixes the problem:

    For 32bit Windows: c:\windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -ir

    For 64bit Windows: c:\windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir

  • Sebastiaan Janssen 5061 posts 15544 karma points MVP admin hq
    Feb 05, 2012 @ 12:29
    Sebastiaan Janssen
    0

    Yeah, I've seen this happen a lot unfortunately on newer machines, seems to have to do with the order in which you install things, but I haven't been able to figure out which things and what order exactly. ;-)

  • 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