Is it possible to create a login/registration system on my site without using any of the bulit-in stuff from ASP.NET – just like you can do in PHP? I’ve almost completely forgotten everything I learned about ASP.NET – but I don’t mind starting over again.
I’d rather roll my own login-registration system in ASP.NET than use an existing one. I seem to learn better this way.
You sure can. .Net comes with many useful features, but you still have an option to roll your own. Its just a framework, you can extend it anyway you imagine.