Posts by Diego Pupato • 61 points
2 posts
-
1
votes1
answer84
viewsA: I cannot extract a password file using Dotnetzip
Dude, I saw your code and I did a little implementation and it spun. First I put the entire path of the read location concatenated with the zip file name. Then I specified the file inside the . zip…
c#answered Diego Pupato 61 -
2
votes2
answers900
viewsA: Error while trying to add session to startup
It’s like the guy above said, try to put the services.Addsession(); public void ConfigureServices(IServiceCollection services) { services.Configure<CookiePolicyOptions>(options => { // This…