only the classic asp.net 4.8 supports vb.net. its webforms technology was designed for vb.net developers. this is a mature platform and no longer receives updates, only security patches.
https://learn.microsoft.com/en-us/aspnet/web-forms/.
if you are using vs 2022, support is an optional workload, so be sure to install.
a better approach may be to use reuse your knowledge of the .net runtime, and learn C#. With this approach, I'd recommend razor pages.
https://learn.microsoft.com/en-us/aspnet/core/razor-pages/?view=aspnetcore-7.0&tabs=visual-studio.
for an approach most like desktop development, you might want to try blazor:
https://learn.microsoft.com/en-us/aspnet/core/blazor/?view=aspnetcore-7.0