umbraco7 Questions
2
I am running an MVC site along side Umbraco. The MVC site handles its own authentication completely separate to Umbraco, and ASP.NET Forms authentication for that matter. It sets a cookie and uses ...
Pucka asked 1/12, 2014 at 4:34
1
Solved
Just installed the latest Umbraco (7.2.1) package via NuGet. My development environment is as follows:
Umbraco is installed installed on IIS8 as shown below and is all up and running.
My Visual ...
2
Solved
Sorry this might be a newbie question but I am quite new to Umbraco.
I have a media picker set up on a document type, and it all works fine.
So I go to the template and enter
@Umbraco.Field("bot...
Chondriosome asked 12/2, 2014 at 15:29
2
Solved
I am trying to add new "Section" Item to Umbraco 7. Without Success.
What I am trying to achieve is to Have additional Icon in left side menu after members icon.
I saw , google analytics package a...
1
Solved
I am working on a project that has MVC 4 and the Umbraco CMS installed. I apologise - being newbie, my question may be weird.
My question is: how do I work with types which I don't want to manage ...
Trug asked 12/9, 2014 at 0:7
2
Solved
History
I'm a Web Forms developer with some .NET MVC experience, new to Umbraco and learning as I go.
So far I've been following the Umbraco documentation and videos to get set up which means all...
Salic asked 1/9, 2014 at 10:26
2
Solved
In the sample code, this is how you get the Home page from a .cshtml file
var homePage = CurrentPage.AncestorsOrSelf(1).First();
Now, how do I get a specific page/node (not related to current pa...
2
Solved
I am trying to follow Jorge Lusar's suggestion on unit testing Umbraco. I could not get GetRoutingContext method to work because the Umbraco.Web.Routing.UrlProvider constructor is getting a null re...
1
I'm almost finished with my first Umbraco site and i've been looking through these forums as well as the ourumbraco.org forums to try and find a definitive guide as to how to publish an Umbraco sit...
Narayan asked 16/6, 2014 at 8:49
2
Solved
What is the difference between Surface and API controller for Umbraco?
In standard MVC the general rule is:
API is used for returning data, that can be consumed by multiple applications.
Control...
Fitter asked 14/5, 2014 at 15:19
1
Solved
I'm having this weird problem when I set:
BundleTable.EnableOptimizations = true;
When I try to open my website it just won't load, when I open Chrome's console I see the following message:
GET...
Malenamalet asked 14/4, 2014 at 3:29
1
Solved
Quick question. I'm looking to deploy a website to Azure using websites.
I read a comment that stated that the file system is shared across multiple instances of the website?
Is this true?
Doe...
Aloke asked 17/4, 2014 at 15:2
1
Solved
I´m new to MVC, and I have followed a tutorial for building a contact form page but get this error message: namespace name 'Models' does not exist
Controller - ContactSurfaceController.cs
namespa...
Kif asked 9/4, 2014 at 5:35
2
Solved
I'm running an instance of umbraco 7. But I can't seem to set miniprofiler to work with it.
Set this on my global.asax:
protected void Application_BeginRequest()
{
if (Request.IsLocal)
{
Mi...
Autotrophic asked 6/3, 2014 at 16:2
1
Solved
I have worked with previous versions of Umbraco in the past but am currently evaluating Umbraco 7 for a new project. I am looking for a more conventional approach than the default "txt" starter pro...
© 2022 - 2024 — McMap. All rights reserved.