WebEssentials.AspNetCore.CdnTagHelpers
WebEssentials.AspNetCore.CdnTagHelpers copied to clipboard
Local IIS support ?
Hey there, thanks for brilliant project. It saves the day.
But as you know, while working with local IIS, the application url is added app folder's name and app url becomes like :
http://localhost/myappfolder
And when we enable CDN, all CDN urls are generated as :
https://cdndomain.com/myappfolder/site.css
Is there a way to overcome this issue on local IIS ? The urls should be generated like :
https://cdndomain.com/site.css
Thanks.