3

I'm operating in a mixed environment with some developers using macOS and others Windows 10. I've got an ASP.NET Core 2.0 MVC project that is configured for Windows Authentication and can be tested/debugged in Visual Studio on Windows but I'm clueless how to enable Windows Authentication while testing the app in Visual Studio on the Mac. Is this even feasible?

1 Answers1

0

Yes it is from CLI. Please try this command from terminal-

dotnet new mvc -o moviemvc --auth Individual

reference : visual studio mac for mac missing of identity class

Vishal_Kotecha
  • 481
  • 5
  • 19