File tree Expand file tree Collapse file tree
astro/src/content/docs/general Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ There are several ways that data protection problems can occur:
114114 always to specify an explicit application name, and if you have old keys that were generated without an explicit
115115 application name, you need to set your application name to match the default behavior that produced the keys you want
116116 to be able to read.
117- 4 . If your IdentityServer is hosted by IIS, special configuration is needed for data protection. In most default
117+ 4 . If you host on IIS, special configuration is needed for data protection. In most default
118118 deployments, IIS lacks the permissions required to persist data protection keys, and falls back to using an ephemeral
119119 key generated every time the site starts up. Microsoft's docs on this issue
120120 are [ here] ( https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/advanced?view=aspnetcore-7.0#data-protection ) .
You can’t perform that action at this time.
0 commit comments