Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What does ASP do? 1

Status
Not open for further replies.

Ducky

Programmer
Nov 8, 2000
4
CA
What are the key features of ASP? What makes it such a good tool? What is it capable of doing on the web?

If you could answer any of these questions it would be greatly appreciated.
 
What are the key features of ASP that make it a good, useable program
 
what makes it good, is that it's server-side scripting (meaning it'll be compatible with any browser, long as the HTML you send to the client is compatible)

-Uses mainly VBscript, but Javascript or etc can be used
-can use ActiveX dlls etc on the server side
-can easily work with databases, and any file type

basically it's a pretty nice serverside language.
Karl
kb244@kb244.com
Experienced in : C++(both VC++ and Borland),VB1(dos) thru VB6, Delphi 3 pro, HTML, Visual InterDev 6(ASP(WebProgramming/Vbscript)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top