Membership

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shapper

    Membership

    Hello,

    Where can I find the tool, and the scripts to if possible, to deploy
    ASP.NET membership on my SQL database?

    And can I change the tables names? For example, instead of using
    aspnet_Users just use Users?

    Thanks,
    Miguel
  • sloan

    #2
    Re: Membership


    Go here:
    http://sholliday.space s.live.com/Blog/cns!A68482B9628 A842A!160.entry

    First read the scottgu url I reference. << Please read this before asking
    followup questions <<

    Then my "tsql script tool" may help with data transfer. Emphasis on the
    "may", it depends how you're attacking the issue.





    "shapper" <mdmoura@gmail. comwrote in message
    news:ccc2dfdf-98ad-4bd1-a6ab-1f05f7018d09@t4 2g2000hsg.googl egroups.com...
    Hello,
    >
    Where can I find the tool, and the scripts to if possible, to deploy
    ASP.NET membership on my SQL database?
    >
    And can I change the tables names? For example, instead of using
    aspnet_Users just use Users?
    >
    Thanks,
    Miguel



    Comment

    • shapper

      #3
      Re: Membership

      On Oct 1, 6:31 pm, "sloan" <sl...@ipass.ne twrote:
      Go here:http://sholliday.space s.live.com/Blog/cns!A68482B9628 A842A!160.entry
      >
      First read the scottgu url I reference.  << Please read this before asking
      followup questions <<
      >
      Then my "tsql script tool" may help with data transfer.  Emphasis on the
      "may", it depends how you're attacking the issue.
      >
      "shapper" <mdmo...@gmail. comwrote in message
      >
      news:ccc2dfdf-98ad-4bd1-a6ab-1f05f7018d09@t4 2g2000hsg.googl egroups.com...
      >
      Hello,
      >
      Where can I find the tool, and the scripts to if possible, to deploy
      ASP.NET membership on my SQL database?
      >
      And can I change the tables names? For example, instead of using
      aspnet_Users just use Users?
      >
      Thanks,
      Miguel
      Sloan,

      I know all that. My issues are:

      1. Is it possible to change the tables and stored procedure names?

      I got the full script to create the ASP.NET Membership tables
      using:
      aspnet_regsql -A all -sqlexportonly Membership.sql

      However when I run the code on my database I get errors. Please,
      see my post on SQL forum:


      I would prefer to use the Membership.sql and if possible make changes
      to tables and procedures names.

      However, I then tried to use aspnet_regex with the wizard.

      2. When I used the wizard and went to select a database to add the
      tables I got an error:

      Failed to query a list of database names from SQL Server.
      A network related or instance-specific error occured while
      establishing a connection to SQL Server.
      The server was not found or was not accessible.
      Verify that the instance name is correct and that SQL Server is
      configured to allow remote connections.

      Well I am using the SQL server with VS 2008 and SQL Studio Management
      and everything works fine.

      Any idea of what might be wrong?

      Thanks,
      Miguel

      Comment

      Working...