how i can use aspnet.DB with my DataBase i have created??

Last post 08-10-2009 10:53 PM by chetan.sarode. 8 replies.

Sort Posts:

  • how i can use aspnet.DB with my DataBase i have created??

    08-02-2009, 7:05 AM
    • Member
      34 point Member
    • greaso
    • Member since 07-29-2009, 5:49 PM
    • Posts 75

     hi all how are u ??

     

    i have problem of how Using aspnet.db with my database i have Created?? iwant to make relationship between them how plz??

  • Re: how i can use aspnet.DB with my DataBase i have created??

    08-02-2009, 8:39 AM
    Answer
    • Contributor
      3,550 point Contributor
    • BSolveIT
    • Member since 05-11-2007, 2:20 AM
    • Northamptonshire, UK
    • Posts 607

    You haven't said what database platform your using, but either way you cannot create a relation between 2 separate databases.

    If you want to add memberships and roles, etc to the database you created, assuming it's SQL Server, run the following:

    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe


    Cheers,
    BSolveIT

    Website Design & Search Engine Optimisation

    SEO Frequently Asked Questions

    If you get an answer to a question, please mark it as the answer. Many thanks!
  • Re: how i can use aspnet.DB with my DataBase i have created??

    08-02-2009, 8:50 AM
    Answer
    • Member
      56 point Member
    • abrly
    • Member since 07-18-2009, 8:41 AM
    • United Arab Emirates
    • Posts 13

     Hi

    Select Visual Studio -> Visual Studio Tools -> Visual Studio Command Prompt

    In There Type aspnet_regsql.exe and hit enter

    then a wizard will take you to create aspnetdb database on your management studio.

    you can simply configure connectionstring on your application to access this database..

    And I just want to ask you or anyone " Could You Please Tell Me How can I post new questions ? , actually i am new to this forum.

    could not find the way to post the question.. please help me

    thanks

     

     

     

     

     

     

    If My Answer Is Useful,
    Please,Dont Forget To Click "Mark As Answer" and Earn your point!

    Thanks,
    Solomon Akbar
    Happy Programming
  • Re: how i can use aspnet.DB with my DataBase i have created??

    08-02-2009, 10:46 AM
    Answer
    • Contributor
      3,550 point Contributor
    • BSolveIT
    • Member since 05-11-2007, 2:20 AM
    • Northamptonshire, UK
    • Posts 607

    All you do is pick the category for your question, then at the top left of the list of posts you'll see the button to "write a new post".

    Cheers,
    BSolveIT

    Website Design & Search Engine Optimisation

    SEO Frequently Asked Questions

    If you get an answer to a question, please mark it as the answer. Many thanks!
  • Re: how i can use aspnet.DB with my DataBase i have created??

    08-02-2009, 2:47 PM
    • Member
      34 point Member
    • greaso
    • Member since 07-29-2009, 5:49 PM
    • Posts 75

     

    thank u alot mr , very helpful thx

  • Re: how i can use aspnet.DB with my DataBase i have created??

    08-02-2009, 2:50 PM
    • Member
      34 point Member
    • greaso
    • Member since 07-29-2009, 5:49 PM
    • Posts 75

    thank u alot mr , very helpful thx

    hi , just select what fourm u want , then click new post :)

  • Re: how i can use aspnet.DB with my DataBase i have created??

    08-02-2009, 11:15 PM
    Answer

    In Time Tracking System, it uses inbuild Membership classes for user creation, updation etc..

    You have to register your DB with ASP.NET Membership classes by executing the command line utility in VS prompt

    aspnet_regsql, it will open one window, where you  have to configure DB.

    If this helpful to you please mark it as answer, So it will help for other people 

    Hope it will help you, let me know.

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
  • Re: how i can use aspnet.DB with my DataBase i have created??

    08-04-2009, 11:14 PM

    Thanks

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
  • Re: how i can use aspnet.DB with my DataBase i have created??

    08-10-2009, 10:53 PM

     Glad it helps you

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
Page 1 of 1 (9 items)