WebEssentials.AspNetCore.CdnTagHelpers icon indicating copy to clipboard operation
WebEssentials.AspNetCore.CdnTagHelpers copied to clipboard

Local IIS support ?

Open kipergil opened this issue 5 years ago • 0 comments

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.

kipergil avatar Jun 16 '20 22:06 kipergil