Skip to content

Commit f0ff03a

Browse files
authored
Update cache-web-app-howto.md
1 parent 3276992 commit f0ff03a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

articles/azure-cache-for-redis/cache-web-app-howto.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,9 @@ IDatabase Database = _newConnection.GetDatabase();
6969

7070
::: zone pivot="azure-managed-redis"
7171

72-
### To edit the *CacheSecrets.config* file
72+
### To edit the *web.config* file
7373

74-
1. Create a file on your computer named *CacheSecrets.config*. Put it in a location where it isn't checked in with the source code of your sample application. For this quickstart, the *CacheSecrets.config* file is located at _C:\AppSecrets\CacheSecrets.config_.
75-
76-
1. Edit the *Web.config* file. Then add the following content:
74+
1. Edit the *Web.config* file by adding the following content:
7775

7876
```xml
7977
<appSettings>
@@ -93,11 +91,9 @@ For more information, see [StackExchange.Redis](https://stackexchange.github.io/
9391

9492
::: zone pivot="azure-cache-redis"
9593

96-
### To edit the *CacheSecrets.config* file
97-
98-
1. Create a file on your computer named *CacheSecrets.config*. Put it in a location where it isn't checked in with the source code of your sample application. For this quickstart, the *CacheSecrets.config* file is located at _C:\AppSecrets\CacheSecrets.config_.
94+
### To edit the *web.config* file
9995

100-
1. Edit the *Web.config* file. Then add the following content:
96+
1. Edit the *Web.config* file by adding the following content:
10197

10298
```xml
10399
<appSettings>

0 commit comments

Comments
 (0)