Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ronak Panchal 71 posts 230 karma points
    Oct 27, 2015 @ 10:26
    Ronak Panchal
    0

    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??

    1. Is there any way that sync from visual studio to umbraco cms??
    2. I am getting 404 when i wish to run pages from visual studio.
    3. how to make a CRUD operation on Database which i Configured in Umbraco.
  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Oct 27, 2015 @ 11:09
    Alex Skrypnyk
    0

    Hi Ronak,

    1. What do you want to sync? All Data and functionality ?

    2. You have to go to umbraco admin part and create at least one page. Then you will see this page as home page.

    3. 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

  • Ronak Panchal 71 posts 230 karma points
    Oct 27, 2015 @ 11:35
    Ronak Panchal
    0

    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.??

  • Ronak Panchal 71 posts 230 karma points
    Oct 27, 2015 @ 11:50
    Ronak Panchal
    0

    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??

  • Matthieu Nelmes 102 posts 385 karma points
    Oct 27, 2015 @ 11:39
    Matthieu Nelmes
    0

    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

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Oct 27, 2015 @ 11:40
    Alex Skrypnyk
    0

    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

  • Ronak Panchal 71 posts 230 karma points
    Oct 27, 2015 @ 12:57
    Ronak Panchal
    0

    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.

  • Amey 5 posts 76 karma points
    Mar 22, 2016 @ 09:28
    Amey
    1

    DID U GOT ANY SOLUTION FOR UR PROBLEM

Please Sign in or register to post replies

Write your reply to:

Draft