Skip to content

Commit 88d7ac4

Browse files
Update users-and-roles-on-the-production-website-cs.md
1 parent 02b0ddb commit 88d7ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnet/web-forms/overview/older-versions-getting-started/deploying-web-site-projects/users-and-roles-on-the-production-website-cs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Note that the `<membership>` and `<roleManager>` sections reference the `SqlMemb
5050

5151
In a nutshell, the WSAT must be accessed locally through the development environment, and it works with the user and role information in the database specified in the `databaseConnectionStrings.config` file. Consequently, if we change the connection string information in the `databaseConnectionStrings.config` file on the development environment we can use the WSAT locally to manage users and roles in the production environment.
5252

53-
To illustrate this functionality, open the `databaseConnectionStrings.config` file in Visual Studio on the development environment and replace the development database connection string with the production database connection string. Then launch the WSAT, go the Security tab, and add a new user named Sam with password "password!" (less the quotation marks). **Figure 2** shows the WSAT screen when creating this account.
53+
To illustrate this functionality, open the `databaseConnectionStrings.config` file in Visual Studio on the development environment and replace the development database connection string with the production database connection string. Then launch the WSAT, go the Security tab, and add a new user named Sam. **Figure 2** shows the WSAT screen when creating this account.
5454

5555
[![Screenshot that shows the new user created in the production environment.](users-and-roles-on-the-production-website-cs/_static/image5.png)](users-and-roles-on-the-production-website-cs/_static/image4.png)
5656

0 commit comments

Comments
 (0)