0

I'm making an application which needs a secure authorization system. I created a simple login system reading columns on a database with some 50 lines of C# code but I need complexity and the application needs to be secure.

Is this in any way possible?

1 Answers1

0

Combining web forms with MVC is entirely possible.check this answer Combine ASP.Net MVC with WebForms