Hello
I created a new ASP.net Web Form Application, and I am using the .Net Identity Framewrok.
I want to make the email (optional) at registration, I found that I need to modify the AccountViewModels.vb
I search my project , but there is no such file
I noticed that this file is already there for MVC projects, but not in the Web Forms Application
does it mean that I can not make the modification that I want !
Thank you