Forum Moderators: open
Do you mean that the people who commissioned you have insisted you use those technologies, or that you think the only way to do it is with them? If you have a choice, look at the alternatives as well.
Shawn
To make my previous question more narrow, do I use VB Script or VB.Net to develop a website?
And also what is the use of ASP? what are the difference between ASP and ASP.Net?
thanks a lot..
The WW Microsoft related forum [webmasterworld.com] will provide more help with ASP, ASP.net
the answer to the VB questions will be there too...
Suzy
To answer your specific questions: ASP is a Microsoft system built into IIS - so any ASP site must be hosted on a Windows (IIS) Server, with scripting turned on.
In order to use ASP, you can choose to use either VBscript or javascript (or VB, javascript or c# with asp.net). You can also choose to use a database (Access, MySQL or SQL Server) - you use SQL to query the database and vbscript (or javascript) to display/ transform that data.
As for "what is the use of ASP" - it is a way of using databases and vbscript to produce a dynamic website, as clumsily explained above. ASP.net is the new version of ASP with several added features: functionally it is broadly similar to ASP, but the coding is quite different (so, since you're learning from scratch, probably best to find a tutorial on asp.net).