'Create ASP.NET WebForm .NET 6 VS 2022 based ASPX pages not razor
How can we create ASP.NET WebForm .NET 6 VS 2022 based ASPX pages (.aspx), not razor (.cshtml)?
Solution 1:[1]
There is no way you can create WebForm project (with .aspx) in .NET 6. You can use VS 2022 to create a WebForm project if you install .NET Framework 4.8.
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 | dobre.b |
