thanks for your answer.
If I execute NuGet installation on VS 2013 what will happen?
My main target is to fully integrate my pages (just 10 pages, but with a lot of custom business logic) in Umbraco to let site administrator easily maintaint site contents. It seems that Umbraco solution is written in VB.Net while I used C#.
This could be a problem? In the Umbraco solution I can't see "Controllers" folder...how Umbraco calls Views?
I would like to let site admin create a registration/login form and then catch the user on my custom pages to exec my controllers/model/view. Is this possible?
Does Umbraco support MVC 5? The application will run on Azure and I need to share the same db to easily interact with data on both side. Can I just export my tables in Umbraco database?
I tried as you suggested but I got this error while installing Umbraco through NuGet
"Install-Package : Updating 'Microsoft.AspNet.Mvc 5.0.0' to 'Microsoft.AspNet.Mvc 4.0.20710.0' failed. Unable to find a version of 'UmbracoCms.Core' that is compatible with 'Microsoft.AspNet.Mvc 4.0.20710.0'."
Integrating umbraco with asp.net mvc
hi,
I'm completly new to Umbraco.
I've developed an Asp.NET MVC 5 custom application but I also need to manage content, faq, etc in multilanguage.
It would be really nice to integrate Umbraco to let it handle all this contents.
So my questions are :
Can you please help me to understand how can I do it?
Thanks in advance.
Hi Evil,
You don't need integrate Umbraco with asp.net mvc. Just install UmbracoCMS NuGet package in your solution, it's pretty easy.
Yes, you can use the same database. Great article about database and Umbraco - http://creativewebspecialist.co.uk/2013/07/16/umbraco-petapoco-to-store-blog-comments/
Yes.
MemberService - https://our.umbraco.org/DOCUMENTATION/Reference/Management-v6/Services/MemberService
Dealing With Members Using The MemberService & MembershipHelper - http://24days.in/umbraco/2014/dealing-with-members/
Thanks, Alex
Hi Alex,
thanks for your answer. If I execute NuGet installation on VS 2013 what will happen? My main target is to fully integrate my pages (just 10 pages, but with a lot of custom business logic) in Umbraco to let site administrator easily maintaint site contents. It seems that Umbraco solution is written in VB.Net while I used C#. This could be a problem? In the Umbraco solution I can't see "Controllers" folder...how Umbraco calls Views?
I would like to let site admin create a registration/login form and then catch the user on my custom pages to exec my controllers/model/view. Is this possible?
Does Umbraco support MVC 5? The application will run on Azure and I need to share the same db to easily interact with data on both side. Can I just export my tables in Umbraco database?
Thanks a lot
I'll try this evening and let you know!
Hi Alex,
I tried as you suggested but I got this error while installing Umbraco through NuGet
"Install-Package : Updating 'Microsoft.AspNet.Mvc 5.0.0' to 'Microsoft.AspNet.Mvc 4.0.20710.0' failed. Unable to find a version of 'UmbracoCms.Core' that is compatible with 'Microsoft.AspNet.Mvc 4.0.20710.0'."
My project is Asp.NET MVC 5 based.
What can I do?
Thanks
Does anyone have any other idea? I really need to integrate Umbraco in my custom app.
thanks a lot
is working on a reply...