Copied to clipboard

Flag this post as spam?

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


  • RiverStorm 7 posts 27 karma points
    Mar 31, 2010 @ 20:12
    RiverStorm
    0

    Error deplying umbraco in DailyRazor Host

    I have read somewhere in the forum that people have been able to deploy their umbraco site in DailyRazor.
    The folder and database, and db user have all the right permissions, but when I open the site I get the following error below. 

    I'm using Umbraco version Umbraco 4.0.3
    My site is running on Windows 2008 R2 64-bit and IIS7 installed with MS SQL 2008 support.
    I uploaded Umbraco in httpdocs\umbraco\

    I will contact dailyrazor tech support, but I figure I check here first. 

    Thanks.  

     

    <!---------- Begin Error -------------->
    Server Error in '/' Application.
    Parser Error

    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 

    Parser Error Message: Could not load type 'umbraco.UmbracoDefault'.

    Source Error: 

    Line 1:  <%@ Page language="c#" Codebehind="default.aspx.cs" AutoEventWireup="True" Inherits="umbraco.UmbracoDefault" trace="true" validateRequest="false" %>

    Line 2:  Source File: /umbraco/Default.aspx    Line: 1 

    Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927
    <!----------- End Error ------------->

     

     

    <!----------- Changes I made to the web.config ----------->

      <location path="umbraco">

      <system.web>

        <customErrors mode="Off" />

      </system.web>

    </location>

     

    <location path="umbraco">

      <!-- ASPNETAJAX -->

      <system.web.extensions>

        <scripting>

          <scriptResourceHandler enableCompression="true" enableCaching="true" />

        </scripting>

      </system.web.extensions>

    </location>

  • RiverStorm 7 posts 27 karma points
    Apr 01, 2010 @ 18:14
    RiverStorm
    0

    Ignore the issue above.  The approach I took above I think is wrong.  This time I created a sub-domain, and that makes my install an application. I'm now getting a different issue. I'm going to blog the installation to dailyrazor if I ever get this working.  

Please Sign in or register to post replies

Write your reply to:

Draft