aspnet on sql security

  • I need to add aspnet to my sql security from my local computer. I right click on login in sql server and then i can not map to my local computer to pick up aspnet. Any wisdom would be wonderful. Thanks.

  • Could you try the steps in the following Article?

    http://support.microsoft.com/kb/815154

    For better, quicker answers on T-SQL questions, click on the following...
    http://www.sqlservercentral.com/articles/Best+Practices/61537/

    For better answers on performance questions, click on the following...
    http://www.sqlservercentral.com/articles/SQLServerCentral/66909/

  • bill.akin (4/29/2011)


    I need to add aspnet to my sql security from my local computer. I right click on login in sql server and then i can not map to my local computer to pick up aspnet. Any wisdom would be wonderful. Thanks.

    If you go to the location below in your C drive there is a utility called aspnet_regsql right click and run it to create the Asp.net security database. You have the option to run it against existing database which creates the membership tables and store procedures for you, that lets you configure user security in the application. The reason Asp.net comes with Microsoft built security wizard that includes a database.

    C:\Windows\Microsoft.NET\Framework\v2.0.50727

    Kind regards,
    Gift Peddie

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply