Questions tagged [umbraco]

Umbraco is an open-source content management system platform for publishing content on the World Wide Web and intranets. It is written in C# and deployed on Microsoft based infrastructure. Since version 4.5, the whole system has been available under an MIT License.

More information about Umbraco can be found on the main Umbraco website.

Community provided support and documentation can be found on our.umbraco.org.

Umbraco was first created in 2000 by Niels Hartvig and went open source in 2004. The current version is available for download on the Microsoft Web Platform Installer or directly from GitHub.

Development of Version 5, based on ASP.net MVC, was retired at the Umbraco developer conference 2012. Since then, efforts have gone into building on the more mature Version 4 and version 6, including integration of MVC, and also a rewrite of the core API. Version 7 comes with a new user interface.

It is in use on over 110,000 sites worldwide and has a strong developer community, including a number of certified partners across the globe.

The Umbraco HQ released Umbraco as a Service (Uaas) on a paid subscription plan in September, 2015.

4461 questions
21
votes
7 answers

Umbraco Yea or Nay?

I'm looking more toward CMSes as I'd like my clients to be able to be as self sufficient as possible. Anyhow, I'm just starting to evaluate and will update this with my conclusions. However, since I'm starting with evaluating Umbraco first, I'd like…
madcolor
  • 8,105
  • 11
  • 51
  • 74
21
votes
2 answers

Umbraco 7: Could not load type Umbraco.Web.UmbracoApplication

Created an ASP.NET empty web application in Visual Studio Installed Umbraco 7.1.5 via NuGet Package Manager When asked to overwrite the web.config file, typed Y(Yes) Built the project F5 When I run the project I get the following error in…
alex
  • 1,300
  • 1
  • 29
  • 64
20
votes
2 answers

Umbraco SurfaceController vs RenderMvcController

What is the purpose, and when should I use a SurfaceController vs RenderMvcController? It seems that there isn't really anything I can do with a SurfaceController I can't do with RenderMvcController. For example, I'm specifically thinking about…
Iain
  • 1,724
  • 6
  • 23
  • 39
20
votes
2 answers

Avoid deleting folder on Web Publish

I'm deploying my application to an Azure Website. I've configured the Publishing Profile succesfuly and setup tfspreview.com to publish automatically using continuous integration on each code commit. I have a folder on the path "/media". This…
amhed
  • 3,649
  • 2
  • 31
  • 56
20
votes
13 answers

Failed to load viewstate. The control tree into which viewstate is being loaded

I am receiving the following error message after an HTTP POST on an ASP.NET form hosted inside a UserControl: Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save…
krisdyson
  • 3,217
  • 7
  • 43
  • 86
17
votes
5 answers

Choosing a CMS: EPiServer vs Orchard vs SiteCore vs Umbraco

Increasingly, I have noticed the number of Content Management Systems in use. I have some familiarity with SiteCore. I have read some literature on Umbraco. I only just got wind of Orchard the other day. I have only heard positive feedback about…
Phil C
  • 3,687
  • 4
  • 29
  • 51
17
votes
5 answers

Umbraco 4.6+ - How to get all nodes by doctype in C#?

Using Umbraco 4.6+, is there a way to retrieve all nodes of a specific doctype in C#? I've been looking in the umbraco.NodeFactory namespace, but haven't found anything of use yet.
Jeremy Wiggins
  • 7,239
  • 6
  • 41
  • 56
17
votes
5 answers

How do you escape a '@' symbol within in a url with razor

I know this is probably going to be something very simple and it is like just a 'gotcha' that I have yet to get; however, I have been struggling with escaping the @ symbol in the following URL.
Sam
  • 895
  • 1
  • 8
  • 26
17
votes
3 answers

Umbraco AncestorOrSelf(int) - what does it do?

When using: @Model.AncestorOrSelf(3) In a .cshtml template in Umbraco, this would presumably limit the node traversal to 3 levels. Is this correct, and if so can anyone also confirm if the current node has the index zero?
Chris Halcrow
  • 28,994
  • 18
  • 176
  • 206
17
votes
1 answer

How to create an empty IOrderedEnumerable and IEnumerable>

I need a way to create an empty IOrderedEnumerable and IEnumerable> //above IGrouping DynamicNode gets stripped out by stackoverflow :( Reason: I create 3 empty list types (IOrdered, IGrouping, IEnumerable) then based on some other information…
user2265321
  • 203
  • 2
  • 6
16
votes
1 answer

MVC-Mini-Profiler - Web Forms - Can't find /mini-profiler-results

I'm trying to get MVC-mini-profiler to work with webforms. NUGET I've installed the Nuget package. PM> Install-Package MiniProfiler Head I have this in the head section of my website.