Technology1 min ago
Learning ASP
Answers
No best answer has yet been selected by LKHNET. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.Have a look here :
http://www.w3schools.com/asp/default.asp
Though I would recommend getting into ASP.NET. ASP is slowly but surely being replaced by ASP.NET and the .NET Framework. Have a look here for details on this :
http://www.w3schools.com/aspnet/
If, in the future you are going to move to a Linux environment, PHP would be the way to go though there is a project called Mono which claims to support ASP.NET, and general .NET code on Linux (though I've yet to get it working!).
Hope this helps.
I always find the microsoft documentation on ASP a handy reference:
http://msdn.microsoft.com/scripting/vbscript/default.htm
its worth learning, from the point you do your first "Hello World!" till you are building fully blown database app's.
If you get stuck along the way feel free to ask any questions.
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.