'Where is IdentityHostingStartup.cs?
In VS 2022 I have ASP.NET Core Web App MVC (.NET 6). I chose "Individual Accounts" authorization type. I need to change IdentityHostingStartup.cs.
I Already added Scaffolded Item "Identity". This created the razor pages I needed. But didn't create IdentityHostingStartup.cs.
https://i.stack.imgur.com/q4IG5.png
If create it yourself it is not overridden. So please help me someone, where can I find this file?
Solution 1:[1]
After test, we can't find IdentityHostingStartup.cs in .net6 project.
It seems to be removed in .net6 project.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Jason |
