Copied to clipboard

Flag this post as spam?

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


  • miken 21 posts 71 karma points
    Jun 11, 2013 @ 21:16
    miken
    0

    sub folder under umbraco

    HI experts,

     

    I create a sub folder under root folder, and put another asp.net project into this sub folder. I also change web.config of that project as below:

    <system.web>
        <compilation debug="true" targetFramework="4.0"/>
        <httpModules>
            <remove name="UrlRewriteModule"/>
          </httpModules>
      </system.web>

     

    but I still got the following error message when I try to access that asp.net project

    Could not load file or assembly 'UrlRewritingNet.UrlRewriter' or one of its dependencies. The system cannot find the file specified.

  • 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