Aricie
The DNN Expert for your web project
DNN Community Forums

FUP installation under DNN7

Sort:
You are not authorized to post a reply.
Author
Messages


samyb











New Member



Posts:




New Member



    Hello,

    The FUP install doesn't work yet with DNN7 due to changes in the requirements for the IIS webserver. Until we release a version that is compatible with DNN7, you can try the module out by adding a IIS6 HttpModules section in your web.config: either add or edit the system.web node, then the httpModules node and add the http module information for FUP. You should have this entry in your web.config file:
    and FriendlierUrl should now consider it is installed.

    <system.web>
     <httpModules>
      <add 
       name="Aricie.FriendlierUrlRewrite" 
       type="Aricie.DNN.Services.Url.FriendlyUrl.FriendlierUrlRewrite, Aricie.FriendlierUrlProvider" />
     </httpModules>
    </system.web>

    We will post a message in this thread as soon as Aricie releases a version of its shared libraries that handle the installation correctly under DNN7.

    Best regards,
    Samy
    You are not authorized to post a reply.