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?
Asked
Active
Viewed 717 times
3
-
Hi, Stack Overflow is for programming issues only .. – rainer May 06 '18 at 14:32
-
So programming tools aren't considered "programming"? Color me confused. – InsanelyOne May 06 '18 at 23:49
1 Answers
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