Why are ASP.NET more secure than ASP Classic?

danieli

New Member
I've read several places that ASP.NET are more secure than ASP Classic. But never seen any actual arguments of why.Using a standard login system as an example.The user sends a username and a password to the server via forms. This is done the same way in both languages. And in both languages the rest is done on the server.Why choose ASP.NET over ASP Classic here?
 
Top