Search

You searched for the word(s): userid:870291

Matching Posts

  • Re: Does club-add.sql set up both databases?

    hai the ASPNETDB you found under the app_data folder is used for the authentication and authorization purpose of the users in ur site you just dont do any thing in the aspnetdb it is automatically created when the website administration tool is used . you just do in the club database only , you can run the file before or after hosting its not a problem , if you use aspnet_regsql .exe tool to copy the schema of the aspnetdb to the newly created database there is no need to host both the db's one
  • repeater node not working

    iam trying to create a web site similar to the club site the problem is that in the club site the site map is used according to the login in authentication . when no one is logged in we cant able to see the Members link i the navigation bar this link we can see only when logged n as a user how this works , i tried by giving <<<</</</ location path = " member_details.aspx " > system.web > authorization > deny users = " ? " /> authorization > system
  • Re: Security and membership

    the vedios are very help full thanks for that . one thing happened while doing this is when i changing the connection string name in web .config file to a name which is diffrent from that name in machine .config file when from the administration tool i tried to connect to the database it is not possible and i also coppied the rolemanager portion from machine.config to web.config but it cant able to establish a connection an error is coming that " Could not establish a connection to the database
    Posted to Security (Forum) by kuttikrishnankodoth on 10/24/2009
  • Security and membership

    hai i created a web site which is using asp.net 3.5 and c# . i used asp.net web site administration tool for managing roles and login when started using it a database was automatically created in app_data folder for my site named ASPNETDB.MDF in and i also created a databse for storing my websites data manually .. the doubt is that how come i host these 2 databases in my server, is it required .to host these 2 DBs,I searched in the web .config file to find out the conn string for the db ASPNETDB
    Posted to Security (Forum) by kuttikrishnankodoth on 10/23/2009
Page 1 of 1 (4 items)