Hi,
There are two ASP.NET project types: ASP.NET web application and ASP.NET website.
The page of former has three files, including *.aspx, *.aspx.vb, *.designer.vb. And website project only contains *.aspx, *.aspx.vb. This is by design.
If we don't want to see *.designer.vb, we can use ASP.NET website project.
I look forward to hearing from you.