+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: What is ASP?

  1. #1
    Jordan Guest

    What is ASP?

    Active Server Pages (ASP) is Microsoft's server-side technology for dynamically-generated web pages that is marketed as an add-on to Internet Information Services (IIS).

    Programming ASP websites is made easier by various built-in objects. Each object corresponds to a group of frequently-used functionality useful for creating dynamic web pages. In ASP 3.0 there are six such built-in objects: Application, ASPError, Request, Response, Server and Session. Session, for example, is a cookie-based session object that maintains variables from page to page. Application Center Test is also available for load testing.

    Most ASP pages are written in VBScript, but any other Active Scripting engine can be selected instead by using the @Language directive. JScript (Microsoft's implementation of ECMAScript) is the other language that is usually available. PerlScript (Perl) and others are available as third-party installable Active Scripting engines.

    From http://en.wikipedia.org/wiki/Active_Server_Pages

  2. CODECALL Circuit advertisement

     
  3. #2
    avona Guest
    Thanks for the description , could yo plz let us know how long does it take to be a good ASP programmer?

  4. #3
    Lop's Avatar
    Lop
    Lop is offline Speaks fluent binary
    Join Date
    May 2006
    Posts
    1,178
    Rep Power
    30
    Define "good". You could be a "good" programmer in ASP in one week by some standards I've seen. I'd say it takes several months and several "real" applications.

  5. #4
    Doe1974's Avatar
    Doe1974 is offline Newbie
    Join Date
    Aug 2007
    Location
    Garin
    Posts
    9
    Rep Power
    0
    It will be interesting to discuss the future life of ASP. I have several sites using ASP scripts like Absolute Banner Manager XIGLA - Ad Tracking Software and Banner Ad Management System Comersus Cart Free ASP Shopping Cart :: Comersus and Web Wiz Forums. Some of them like Comersus also provides a .Net version. The question is: ASP will be supported in future versions of IIS? For how long?

  6. #5
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: What is ASP?

    I don't think that ASP will continue to be used in IIS in the future with ASP.NET available now.

    Thanks Jordan for explaining about ASP, very helpful and also I now got an ASP server on my computer. It only can use vbscript but it's better than nothing.

  7. #6
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: What is ASP?

    You should try ASP.NET, perhaps with VWD - you can create full web applications, complete with C# or VB code! Yay!

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  8. #7
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: What is ASP?

    Tomorrow I'm going to set up a virtual machine when I get a chance since .NET doesn't work on my real installation.

  9. #8
    Join Date
    May 2008
    Posts
    21
    Rep Power
    0

    Re: What is ASP?

    I will admit that the funtionality of .net makes it the better choice, and though i have visual studio, i still kindof perfer the classic asp. It's nice just being able to write it on the fly. It may not be the best way to go when it comes to jobs, but I think as a web programmer it does the job just fine .

  10. #9
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: What is ASP?

    I once played around with ASP.NET in VWD - tried it, page loaded fine in IE, nothing in FF... but then again, I wasn't running a server or anything.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  11. #10
    indian rep is offline Newbie
    Join Date
    Jul 2008
    Posts
    4
    Rep Power
    0

    Re: What is ASP?

    Well, its a good neat description about Asp Nice idea that you have stickied the description of every program in its own forum.

+ Reply to Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts