ASP is outdated and there's really no point in learning it unless you have a very good reason to (for example, you're working for an organisation who has a lot of legacy ASP Applications that need supporting).
If you're going to be building new applications from scratch, you should learn ASP.NET, which is like the next version of ASP. It is a fully re-written methodology based on the .NET Framework, and has a lot of advantages over ASP i.e. it's compiled (not scripted), it uses object orientated code, and there's a lot of cool features like validation controls, custom web server controls, and Master Pages (.net v2 only). It's a far more logical and structured way of creating web applications, moving away from the 'spaghetti code' you get with classic ASP and PHP.
You can find all you need to start learning ASP.NET at http://www.asp.net
There's also loads of good articles at www.4guysfromrolla.com
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"
Please login or register to view this content. Registration is FREE | Please login or register to view this content. Registration is FREE
|