Copied to clipboard

Flag this post as spam?

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


  • Nenad Kosanovic 18 posts 56 karma points
    Nov 26, 2013 @ 09:55
    Nenad Kosanovic
    0

    Umbraco 7 and umbraco/channels.aspx

    Hello,

     

    I just installd Umbraco 7 using NuGet and VS 2013. I am hosting on iis 7 in site maped on localhost:8081/ .

    Everithing is working fine, but I can't access to umbraco/channels/word.aspx or umbraco/channels.aspx ?

    Should I enable this somehow or change something in Iis? I am geting this error "

     

    Server Error in '/' Application.

    The resource cannot be found.

    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly. 

    Requested URL: /umbraco/channels.aspx


    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18408

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Nov 26, 2013 @ 12:12
    Jeroen Breuer
    0

    Did you check in the code if it still exists? A lot of code has been removed for v7.

    Jeroen

  • Nenad Kosanovic 18 posts 56 karma points
    Nov 26, 2013 @ 12:24
    Nenad Kosanovic
    0

    Hello Jeroen,

     

    Thanks for your replay. I can see that there is a httphandler in web.config :

       <httpHandlers>

          <remove verb="*" path="*.asmx" />

          <add verb="*" path="*.asmx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />

          <add verb="*" path="*_AppService.axd" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />

          <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />

          <add verb="*" path="umbraco/channels.aspx" type="umbraco.presentation.channels.api, umbraco" />      

          <add verb="*" path="umbraco/channels/word.aspx" type="umbraco.presentation.channels.wordApi, umbraco" />

          <add verb="*" path="DependencyHandler.axd" type="ClientDependency.Core.CompositeFiles.CompositeDependencyHandler, ClientDependency.Core " />

        </httpHandlers>

    and handlers 

        <handlers accessPolicy="Read, Write, Script, Execute">

          <remove name="WebServiceHandlerFactory-Integrated" />

          <remove name="ScriptHandlerFactory" />

          <remove name="ScriptHandlerFactoryAppServices" />

          <remove name="ScriptResource" />

          <remove name="Channels" />

          <remove name="Channels_Word" />

          <remove name="ClientDependency" />

          <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

          <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

          <add name="ScriptResource" verb="GET,HEAD" path="ScriptResource.axd" preCondition="integratedMode" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

          <add verb="*" name="Channels" preCondition="integratedMode" path="umbraco/channels.aspx" type="umbraco.presentation.channels.api, umbraco" />

          <add verb="*" name="Channels_Word" preCondition="integratedMode" path="umbraco/channels/word.aspx" type="umbraco.presentation.channels.wordApi, umbraco" />

          <add verb="*" name="ClientDependency" preCondition="integratedMode" path="DependencyHandler.axd" type="ClientDependency.Core.CompositeFiles.CompositeDependencyHandler, ClientDependency.Core " />

        </handlers>

  • Nenad Kosanovic 18 posts 56 karma points
    Nov 26, 2013 @ 23:06
    Nenad Kosanovic
    0

    How can I check if dll with channel ws is present? Is it in umbraco.dll?

  • Nenad Kosanovic 18 posts 56 karma points
    Nov 26, 2013 @ 23:20
    Nenad Kosanovic
    0

    It looks like version 7.0.0 dosen't contains UmbracoMetaWeblogAPI  in umbraco.dll .

    Can someone confirm this and sugest what to do?

Please Sign in or register to post replies

Write your reply to:

Draft