Forum Moderators: open
I'm worried about some thing for last time:
is an pure ASP technology goes to die in near future?
In my opinion it's really good tech. for beginner
webmasters and not so big projects.
And taking it in mind - is it good as a basis
for current/new projects?
Best Regards,
Eugene/
The only thing that would stop it is if the HTTP or TCP/IP specifications changed drastically (not likely for many decades at least)
You could even use COBOL to write your web site if you really wanted to and that language is 45 years old now!
But, why would you want to use ASP? Sure, if your website is already written in ASP, there's often no good reason to change. However, if you're writing a new website, it's best to use ASP.Net. It executes faster, development time is usually quicker, the code is usually easier to maintain and it's better suited to the modern Internet.
[edited by: mrMister at 2:56 am (utc) on Sep. 14, 2005]
You have to laugh when MS use JS regular expressions on the client side but VB regular expressions on the server side, because they're not always compatible. A regular expression test can validate on the client but not on the server and vice versa!