Hi Albert. What does the error say? Your code example describes where the error is but doesn't give any details. There should be an error message above the code on the YSOD. Dan.
What you have posted is just where the error occurs, but not the actual error message, but this seems to be the same problem I have experienced.
If that is the case, the error message say that the class Umbraco.Web.UmbracoApplication can't be found. This is because you haven't build your Visual Studio project yet. Simply building the project has worked for me each time.
Install umbraco 7.0 YSOD page
Hi, I would like to install Umbraco7, however, after downloading the package using nuget and create a new site in IIS7, i get the following error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="Umbraco.Web.UmbracoApplication" Language="C#" %>
Does anyone knows how to solve it?
Thanks
Hi Albert. What does the error say? Your code example describes where the error is but doesn't give any details. There should be an error message above the code on the YSOD. Dan.
What you have posted is just where the error occurs, but not the actual error message, but this seems to be the same problem I have experienced.
If that is the case, the error message say that the class Umbraco.Web.UmbracoApplication can't be found. This is because you haven't build your Visual Studio project yet. Simply building the project has worked for me each time.
is working on a reply...