GZIP in .net core not working

后端 未结 7 981
不思量自难忘°
不思量自难忘° 2021-02-03 22:38

I\'m attempting to add Gzip middleware to my ASP.net core app.

I have added the following package :

\"Microsoft.AspNetCore.ResponseCompression\"

7条回答
  •  遥遥无期
    2021-02-03 22:55

    I managed to enable the Response Compression Middleware when using IIS Express by removing

     
    ...
     
    

    in .vs\config\applicationhost.config

提交回复
热议问题