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'.
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.
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>
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.
is working on a reply...