Copied to clipboard

Flag this post as spam?

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


  • alexis 4 posts 24 karma points
    Apr 11, 2015 @ 17:00
    alexis
    0

    Using virtual directory in Umbraco 7 app.

    I deployed umbraco website. But when i created virtual directory in the iis and tried to browse it i got 404 error. Also tried to create additional app in the iss - the same error.

  • Alex Skrypnyk 5908 posts 22603 karma points MVP 4x admin c-trib
    Apr 11, 2015 @ 17:50
    Alex Skrypnyk
    0

    Hi Alexis,

    Where did you create virtual directory? In the Umbraco folder ? If virtual directory is in the Umbraco folder, you have to be sure that Umbraco isn't processing requested path. Check in the AppSettings section and add your folder:

    <add key="umbracoReservedPaths" value="~/umbraco,~/install/" />
    

    Thanks, Alex

  • alexis 4 posts 24 karma points
    Apr 11, 2015 @ 18:59
    alexis
    0

    thank you, Alex. Now my virtual directory is working fine.

  • Alex Skrypnyk 5908 posts 22603 karma points MVP 4x admin c-trib
    Apr 11, 2015 @ 19:04
    Alex Skrypnyk
    0

    You are welcome ))

  • 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