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. ASP.NET
  4. how to install asp.net roles n membership database on remote server

how to install asp.net roles n membership database on remote server

Scheduled Pinned Locked Moved ASP.NET
helpcsharpasp-netdatabasesysadmin
5 Posts 3 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.
  • D Offline
    D Offline
    dream_liner_7e7
    wrote on last edited by
    #1

    i have to make a web based installer, user will provide the details like its hosting server ip pwd etc etc, then my webapp will install n config few things on the machine. I m getting error installing asp.net roles n membership database on remote machine. Any help will be appreciated. Thanks in advance.

    M B 2 Replies Last reply
    0
    • D dream_liner_7e7

      i have to make a web based installer, user will provide the details like its hosting server ip pwd etc etc, then my webapp will install n config few things on the machine. I m getting error installing asp.net roles n membership database on remote machine. Any help will be appreciated. Thanks in advance.

      M Offline
      M Offline
      meeram395
      wrote on last edited by
      #2

      Check whether this article will help you or not, Membership/Roles with Remote DB

      Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

      D 1 Reply Last reply
      0
      • M meeram395

        Check whether this article will help you or not, Membership/Roles with Remote DB

        Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

        D Offline
        D Offline
        dream_liner_7e7
        wrote on last edited by
        #3

        Nice article but not helping in my case, my web based installer will do every thing automatically when user provide the required stuff, my web installer will execute sql script to create custom tables and asp.net roles n membership tables, stored procedures, views, schemas ... i m having problem executing asp.net roles n membership stored procedures script & views script. Need solution coz dead line coming. OR if any1 have alternate solution? thanks in advance.

        1 Reply Last reply
        0
        • D dream_liner_7e7

          i have to make a web based installer, user will provide the details like its hosting server ip pwd etc etc, then my webapp will install n config few things on the machine. I m getting error installing asp.net roles n membership database on remote machine. Any help will be appreciated. Thanks in advance.

          B Offline
          B Offline
          bonkers123
          wrote on last edited by
          #4

          Any more information should help... How do you create this database... Did you use a the scripting wizard of Microsoft SQL, or did you use the tool ? Ensure that you're scripting the correct version (i.e., if the remote PC has 2005 , ensure to script 2005... etc...) Hope this help...

          D 1 Reply Last reply
          0
          • B bonkers123

            Any more information should help... How do you create this database... Did you use a the scripting wizard of Microsoft SQL, or did you use the tool ? Ensure that you're scripting the correct version (i.e., if the remote PC has 2005 , ensure to script 2005... etc...) Hope this help...

            D Offline
            D Offline
            dream_liner_7e7
            wrote on last edited by
            #5

            Every1 help is highly appreciated. But the solution i discovered after many attempts is that I generate 5 different script files 1>database_roles , 2>schema, 3>stored procedures, 4>tables, 5>views through sql server 2005. Then in asp.net i write a function that accept file name to execute script , reading the file with streamreader then executing through executenonquery, i stored all 5 names in array and through for loop i executed the scripts 1 by 1 and it worked fi9. Thanks Every1.

            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