we use .net for providing plateform for asp, asp is scripting language
Although ASP is usually written with VBScript, JavaScript may be used if the ASP framework was compiled with JS functionality.
No
No, use asp
Asp
control in asp.net
Ajax, I believe uses JavaScript + ASP.
Deny all except specified hosts.
ASP pages are a Microsoft technology. To convert them to run under Unix you could install a package in Apache that understands ASP, or you could rewrite it so that it uses something more generic, such as Perl, PHP, or Python.
ASP is for generating dynamic data driven websites. The data it sends to the user is in the form of HTML. HTML is the markup language which allows your browser to render a webpage into a particular format through the use of CSS. At the end of the day, ASP makes use of HTML to make interactive websites
ASP runs on the server. This means that ASP has access to thing like databases and file read/write that a client side script traditionally does not have. ASP doesn't rely on the code being intact in your users browser. Instead, it runs on the server, and returns the output. You can use the developer tools adjust the client side code. That makes it inherently insecure. Add to that the fact that ASP, like JSP, PHP, or any of a dozen other client side languages, is a complete language, with all the abilities of your traditional programming languages. JavaScript is limited by it's having to conform to the browsers security rules.
There are different online courses available for ASP (Active Server Pages) training. The online ASP training courses tend to average around six weeks in length, and some do offer Web certification after the course is satisfactorily completed. You will find every online course including ASP will vary depending on the school. and not all will offer certification. The only way to find out is to do a search for online ASP training and then check that the school that is offering it is acreddited and offers certification. You can also use free tutorials in advance to get a basic understanding then take the classes as it will make them easier and get you a better grade. You can also continue you ASP training as new technologies devellop.