Sxar wrote:
...snip...
Please Give me some suggestions. I would like to learn ASP.NET but i can do almost anything with Classic ASP as it is!
I am quite good in ASP as it is so what would make ASP.NET better for me?
|
That's the thing, when you can do 'most' things in ASP there is little incentive to switch. I can code a lot faster in ASP, but there are a lot of things I just can't do with ASP that I can do with .NET.
Don't think of it as "ASP vs. ASP.NET" because that is really quite misleading. It's more of "ASP vs. .NET" because you get the full power of a complete development platform to do almost anything. e.g. Try creating a ZIP file with ASP. It's simple with .NET.
Or, in other words, it's a matter of getting typical web server power with ASP vs. getting real "traditional" client power with .NET. There is no comparison.
Also, if you are doing large applications, .NET makes code reuse infinitely simpler and is also faster by 3x~4x or so.
But, if you just need a small site with basic functionality and thousands of visitors per day, then ASP is more than capable of doing what you need.
Otherwise, switch to C and a stripped down Unix for maximum power and maximum work