AspNetCore.SassCompiler icon indicating copy to clipboard operation
AspNetCore.SassCompiler copied to clipboard

Does not work on IIS

Open gumbarros opened this issue 7 months ago • 1 comments

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:

  1. Set up an ASP.NET Core application.
  2. Install and configure the SassCompiler as per the documentation.
  3. Deploy the application to IIS.
  4. Attempt to load a page that uses Sass styles.
  5. 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.

gumbarros avatar Jul 15 '24 20:07 gumbarros