Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. SharePoint
  4. Importing existing .net sql server site to Sharepoint 2010

Importing existing .net sql server site to Sharepoint 2010

Scheduled Pinned Locked Moved SharePoint
databasecsharpasp-netsharepointsql-server
6 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Civic06
    wrote on last edited by
    #1

    It looks like an existing ASP.NET site can be imported into Sharepoint 2010. http://www.expertsupdates.com/sharepoint-articles/Converting-an-ASP-Dot-NET-site-into-a-SharePoint-site-2.aspx[^] However, is it possible to import the existing sql server or oracle database to be part of the sharepoint database?

    N 1 Reply Last reply
    0
    • C Civic06

      It looks like an existing ASP.NET site can be imported into Sharepoint 2010. http://www.expertsupdates.com/sharepoint-articles/Converting-an-ASP-Dot-NET-site-into-a-SharePoint-site-2.aspx[^] However, is it possible to import the existing sql server or oracle database to be part of the sharepoint database?

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      SharePoint is an ASP.NET based application, so yes, with some modification, existing ASP.NET pages can be added. SharePoint uses several databases, up to 20, depending on the level and license, plus the content databases for each site collection. These databases contain many tables, 114 for the WSS_Content database, with proprietary structures that can easily destroy a SharePoint farm if inappropriately modified. So the short answer is, don't mess with the SharePoint databases directly. You would be better off leaving the existing databases and connecting to it within your pages, or perhaps using them as external lists via BDC.


      I know the language. I've read a book. - _Madmatt

      C 1 Reply Last reply
      0
      • N Not Active

        SharePoint is an ASP.NET based application, so yes, with some modification, existing ASP.NET pages can be added. SharePoint uses several databases, up to 20, depending on the level and license, plus the content databases for each site collection. These databases contain many tables, 114 for the WSS_Content database, with proprietary structures that can easily destroy a SharePoint farm if inappropriately modified. So the short answer is, don't mess with the SharePoint databases directly. You would be better off leaving the existing databases and connecting to it within your pages, or perhaps using them as external lists via BDC.


        I know the language. I've read a book. - _Madmatt

        C Offline
        C Offline
        Civic06
        wrote on last edited by
        #3

        Thanks for the input. I guess what I was trying to get at was after I import my ASP.net site to Sharepoint 2010, I would like the appropriate users to be able to make modifications themselves to the content, etc. If I am still pointed to an external database and have not created lists using BDC the wouldn't be able to modify the content (users who don't have permissions to the database). The only option would be to import the site and create the lists using BDC. But at that point would I have to go back to all my .net pages to have them read from those lists and not directly the database?

        N 1 Reply Last reply
        0
        • C Civic06

          Thanks for the input. I guess what I was trying to get at was after I import my ASP.net site to Sharepoint 2010, I would like the appropriate users to be able to make modifications themselves to the content, etc. If I am still pointed to an external database and have not created lists using BDC the wouldn't be able to modify the content (users who don't have permissions to the database). The only option would be to import the site and create the lists using BDC. But at that point would I have to go back to all my .net pages to have them read from those lists and not directly the database?

          N Offline
          N Offline
          Not Active
          wrote on last edited by
          #4

          Civic06 wrote:

          If I am still pointed to an external database and have not created lists using BDC the wouldn't be able to modify the content

          Why not? You use a connection string just like your existing application. How are you restricting access right now? Another question is why are you trying to migrate this application to SharePoint? If the data is external and you will continue to use it there, plus its ASP.NET, then what are your hoping to gain from SharePoint?


          I know the language. I've read a book. - _Madmatt

          C 1 Reply Last reply
          0
          • N Not Active

            Civic06 wrote:

            If I am still pointed to an external database and have not created lists using BDC the wouldn't be able to modify the content

            Why not? You use a connection string just like your existing application. How are you restricting access right now? Another question is why are you trying to migrate this application to SharePoint? If the data is external and you will continue to use it there, plus its ASP.NET, then what are your hoping to gain from SharePoint?


            I know the language. I've read a book. - _Madmatt

            C Offline
            C Offline
            Civic06
            wrote on last edited by
            #5

            To be able to use Sharepoints Workflow tools, etc for any changes made by users. An approval process before it goes live. This is one the requirements as well to have all existing sites we have built to be imported into the corporate sharepoint instance. So whether i have a list or not, any user should be able to make modifications to the site...without directly going into the database to make changes.

            N 1 Reply Last reply
            0
            • C Civic06

              To be able to use Sharepoints Workflow tools, etc for any changes made by users. An approval process before it goes live. This is one the requirements as well to have all existing sites we have built to be imported into the corporate sharepoint instance. So whether i have a list or not, any user should be able to make modifications to the site...without directly going into the database to make changes.

              N Offline
              N Offline
              Not Active
              wrote on last edited by
              #6

              Sorry, but this sounds more like a jump on the bandwagon project to force something into SharePoint that isn't appropriate or necessary. Workflows on what? Approval for what? Do you understand how this works in SharePoint?


              I know the language. I've read a book. - _Madmatt

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups