View Single Post
  #25 (permalink)  
Old 04-25-2008, 01:46 AM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default Re: Asp Interview Questions

What are advantages of asp

· Dynamically edit, change or add any content of a Web page
· Respond to user queries or data submitted from HTML forms
· Access any data or databases and return the results to a browser
· Customize a Web page to make it more useful for individual users
· The advantages of using ASP instead of CGI and Perl, are those of simplicity and speed
· Provides security since your ASP code can not be viewed from the browser
· Since ASP files are returned as plain HTML, they can be viewed in any browser
· Clever ASP programming can minimize the network traffic

Thanks
Kiruthika
Reply With Quote