AspNetCore.SassCompiler
AspNetCore.SassCompiler copied to clipboard
Does not work on IIS
Describe the bug Des not work on IIS. When attempting to use the SassCompiler with an ASP.NET Core application hosted on IIS, the compiler fails to process Sass files.
To Reproduce Steps to reproduce the behavior:
- Set up an ASP.NET Core application.
- Install and configure the SassCompiler as per the documentation.
- Deploy the application to IIS.
- Attempt to load a page that uses Sass styles.
- Page does not load
Expected behavior The SassCompiler should correctly process Sass files into CSS when the application is hosted on IIS, without any errors.
Desktop (please complete the following information):
- OS: Windows Server
- Browser: Firefox
- Version: 128
Smartphone (please complete the following information):
- Device: iPhone 12
- OS: iOS 14.6
- Browser: Safari
- Version: Latest
Additional context This issue occurs specifically when hosting the application on IIS. It works as expected when running locally using Kestrel.