Installing SqlMembershipProvider

Discussion in 'ASP.NET 2.0' started by d6veteran, Feb 14, 2007.

  1. You can run the aspnet_regsql.exe
    directly, it has a nice little GUI to it.
    simply double click on the exe which is typically located here;
    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

    Step through the little wizard and enter the appropriate information:
    1. Select "Configure SQL Server for application Services"
    2. Click "Next"
    3. Enter your DiscountASP.Net SQL Server
    4. Select "Sql Server Authentication"
    5 Enter your SQL Server user name and password
    6. Select you SQL Server Database from the Dropdown
    7. Click Next
    8 Click Finish.

    Your done!

    :)
     

Share This Page