I need advice on whether it is recommended to add a membership role to a web application after the web application has been deployed and used.
The problem is that the role is created using the ASP.NET Web site administration tool and automatically updates the ASPNETDB database.
The ASPNETDB database in a live environment must then be manually updated to reflect the updated roles. Therefore, as part of the deployment, when the website is down, I will need to update the security database with an additional role and add the database again.
Is this the right way to update roles in a web application after it is deployed?
test
source share