Benson:
Thanks for the reply! Sorry for the delay in responding but for some reason my subscription notification by email didn't work.
I am working on the Club Website template which allows users to register to use the site. They can't, however, add a roll for their account. That is done by an administrator in the ASP.net Configuration interface.
Visual Studio 2005 has an interfacce that writes to the web.config and to a database. One of its uses is to manage the rolls for the users. It is found under Website>ASP.net Configutation. In it you set up a user and define a roll for that user. When I publish the site to the server, my users can login based on the rolls I setup in the ASP.net Configuration. What I don't understand is how to use this ASP.net Configuration to add or adjust rolls after the initial psting of the site. If users are adding their names to the database all the time through the website, how does the ASP.net Configuration get those names on my local copy of the site and database so I can add the rolls to their accounts. How also do I make changes to my local database to add rolls to their accounts and then publish the changes back to the server. It seems that republishing my local copy of the database to the server would overwrite the server copy and delete any data that had been updated by a web user.
Can you help me understand this?
Thanks!
Ben Mathews