dev5
This commit is contained in:
@@ -90,7 +90,7 @@ builder.Services.Configure<IISOptions>(options =>
|
||||
options.AutomaticAuthentication = false;
|
||||
});
|
||||
|
||||
builder.Services.AddDataProtection().SetApplicationName("ZpcBulletinBoard").PersistKeysToFileSystem(new DirectoryInfo(@"Keys/"));
|
||||
builder.Services.AddDataProtection().SetApplicationName("ZpcBulletinBoard").PersistKeysToFileSystem(new DirectoryInfo(@"wwwroot/keys/"));
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user