What are the advantages of using ASP?

• Minimizes network traffic by limiting the need for the browser and server to talk to each other
• Makes for quicker loading time since HTML pages are only downloaded
• Allows to run programs in languages that are not supported by the browser
• Can provide the client with data that does not reside on the client’s machine
• Provides improved security measures since the script cannot be viewed by the browser

Showing Answers 1 - 3 of 3 Answers

1. It is used for interactive pages which are dynamically generated.
2. It provides server side scripting.
3. The page consists of HTML and scripting language code.
4. It is flexible and powerful compared to db web.
5. No extra modules are required as it contains an in-built database interfacing element.
6. It improves performance by utilizing the strengths of automatic resource optimization, runtime profiling, automatic memory management, early binding and exception handling.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions