How to apply umbraco cms to existing asp.net mvc 5 project.
I have a Project in asp.net mvc version 5,Framework 4.5.2
I install umbraco via nuget package manager.
after that I install umbraco 7 using browser .
after that i configure database.
now my question are below??
Is there any way that sync from visual studio to umbraco cms??
I am getting 404 when i wish to run pages from visual studio.
how to make a CRUD operation on Database which i Configured in Umbraco.
RE point 3:
Depending on how your custom data is structured and who needs to edit it? ie; backoffice, you might want to check out Tims new package UIOMatic:
http://www.nibble.be/?p=464
How to apply umbraco cms to existing asp.net mvc 5 project.
I have a Project in asp.net mvc version 5,Framework 4.5.2 I install umbraco via nuget package manager. after that I install umbraco 7 using browser . after that i configure database.
now my question are below??
Hi Ronak,
What do you want to sync? All Data and functionality ?
You have to go to umbraco admin part and create at least one page. Then you will see this page as home page.
If you want to use custom sql requests to your database, look at this post - http://creativewebspecialist.co.uk/2013/07/16/umbraco-petapoco-to-store-blog-comments/
Thanks, Alex
in example i add new page in visual studio example.cshtml. but this page cant display in umbraco.
and if i have a project with predefine model,controller and view how can i get this all in umbraco.??
for point 1:i Know that thing that i created one page as home page and its display fine in visual studio.
but if i created .cshtml page in visual studio does it display on Umbraco backoffice??
RE point 3: Depending on how your custom data is structured and who needs to edit it? ie; backoffice, you might want to check out Tims new package UIOMatic: http://www.nibble.be/?p=464
Ronak, Umbraco handles all requests, if you want to add page, you have to add it to Umbraco.
Start from reading Umbraco back office overview -
https://our.umbraco.org/documentation/Getting-Started/Backoffice/
Creating Content -
https://our.umbraco.org/documentation/Getting-Started/Data/Defining-Content/
Thanks
if i want to add page, I have to add it to Umbraco. Then if i want to add a model and controller and some repositories where can i add this??
Do the needful Ronak Panchal.
DID U GOT ANY SOLUTION FOR UR PROBLEM
is working on a reply...