IIS Express and ASP.NET Core

Answered

Rider runs .NET core apps as console apps. So I am not able to run my ASP.NET Core application on IIS Express. The reason I need to run on IIS Express is to enable Windows authentication.

So, is there a way to enable Windows authentication for ASP.NET Core application either by

  • running IIS Express in Rider
  • enabling Windows authentication by setting some environment variables while executing a console app
3
1 comment

Please vote for the corresponding feature request: https://youtrack.jetbrains.com/issue/RIDER-11638

0

Please sign in to leave a comment.