Copied to clipboard

Flag this post as spam?

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


  • brian ciarcia 4 posts 24 karma points
    Feb 21, 2012 @ 23:24
    brian ciarcia
    0

    Importing an external site.

    good afternoon everyone.  I am very new to umbraco and am in desperate need of help.  I have a customer that has a site done in .net that we need to be able to manage.  can I import these pages into umbraco?  if so, can you please show me how?  i am willing to pay for help..

     

  • Markus Johansson 1945 posts 5899 karma points MVP 3x c-trib
    Feb 22, 2012 @ 07:01
    Markus Johansson
    0

    Hi Brian!

    Welcome to the community!!

    As always - it depends. You could run the "old" site next to umbraco and use Umbraco for public content and the old keep the old stuff as they are and use them. Could you explain more about the site you are trying to move into umbraco? Is it a content heavy site or more focus on business logic?

    Usercontrols are very easy to inlcude into the umbraco sites so that could be an option as well.

  • brian ciarcia 4 posts 24 karma points
    Feb 22, 2012 @ 13:30
    brian ciarcia
    0

    It looks like the site was done in .net c#.  its content heavy.  I am taking it over from a hosted company..  there are alot of user controls, however, most of them, they were not willing to release to me.  I have the database. it was exported into access.  how can i get that into umbraco?  and how can i get those pages in?

  • Michael Latouche 504 posts 819 karma points MVP 5x c-trib
    Feb 22, 2012 @ 13:42
    Michael Latouche
    0

    Hi Brian,

    For the database migration, you might have a look at the CMSImport package at this url : http://our.umbraco.org/projects/developer-tools/cmsimport
    It can be used to import data from a lot of data sources, including access, into Umbraco

    For the pages themselves, if you do not have the source, I think you will need to go like Markus mentions: keep the existing files as-is and run them side-by-side with Umbraco, while making public content and new functionalities into Umbraco. Or else you have to start trying to decompile the code you received to rebuild the controls and include them in Umbraco as macro's.

    Cheers,

    Michael.

  • brian ciarcia 4 posts 24 karma points
    Feb 22, 2012 @ 16:12
    brian ciarcia
    0

    okay.. im trying to use cmsimport to import the data into umbraco, and i am getting this error;  "Error validating the Data source: Keyword not supported: 'provider'".  here is my connectionstring.. 

     Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=HalloranSage;Data Source=HS-INTERNET\SQLEXPRESS

    any ideas?  i went into the apppool and made sure it supported 32bit.. still not working.

  • Richard Soeteman 4054 posts 12927 karma points MVP 3x
    Feb 22, 2012 @ 16:19
    Richard Soeteman
    0

    Hi Brian,

    Sorry access is only supported on the commercial version of CMSImport. The free version supports sql server,csv and xml maybe you can convert your access db to sql server otherwise the commercial version is something you can use.

    Best,

    Richard

  • brian ciarcia 4 posts 24 karma points
    Feb 22, 2012 @ 16:28
    brian ciarcia
    0

    Hey Richard,

    I did convert it to SQL.  Im getting this error trying to attach to the sql database.

     

    thanks

  • Richard Soeteman 4054 posts 12927 karma points MVP 3x
    Feb 23, 2012 @ 09:31
    Richard Soeteman
    0

    Try to remove  Provider=SQLOLEDB.1; 

    Have seen some issues with that.

    Cheers,

    Richard

     

     

     

     

     

     

     

     

     

     

     

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies