+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: What is ASP?

  1. #11
    tecktalk is offline Programmer
    Join Date
    May 2008
    Posts
    179
    Rep Power
    0

    Re: What is ASP?

    ah!.. what a good description of ASP.. I have learnt it.. very nice.. one.. i luvedd _________________________
    fodbold spil Desktop sharing and PowerPoint sharing with video conferencing

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #12
    akhanna01 is offline Newbie
    Join Date
    Jul 2008
    Posts
    3
    Rep Power
    0

    Re: What is ASP?

    active server pages.................

  4. #13
    hkp's Avatar
    hkp
    hkp is offline Learning Programmer
    Join Date
    May 2009
    Posts
    37
    Rep Power
    0

    Re: What is ASP?

    ASP pages have the extension .asp instead of .htm, when a page with the extension .asp is requested by a browser the web server knows to interpret any ASP contained within the web page before sending the HTML produced to the browser. This way all the ASP is run on the web server and no ASP will ever be passed to the web browser.

    Any web pages containing ASP cannot be run by just simply opening the page in a web browser. The page must be requested through a web server that supports ASP, this is why ASP stands for Active Server Pages, no server, no active pages.

    As ASP was first introduced by Microsoft on it's web server, Internet Information Services (IIS), that runs on Windows 2000/XP Pro/NT4, it is this web server that ASP pages usually run best on.

    ____________________
    Design a website
    Last edited by hkp; 05-30-2009 at 10:28 PM.

  5. #14
    sivakumar is offline Newbie
    Join Date
    Feb 2010
    Posts
    2
    Rep Power
    0

    Re: What is ASP?

    hi, What is the difference between Asp.net & Php?

  6. #15
    Join Date
    Nov 2009
    Location
    London
    Posts
    866
    Blog Entries
    3
    Rep Power
    14

    Re: What is ASP?

    Good description about asp. thanks

  7. #16
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: What is ASP?

    Quote Originally Posted by sivakumar View Post
    hi, What is the difference between Asp.net & Php?
    It's big differences, it's totally different programming languages, with the same purpose, more or less.

    asp/asp.net is built on VisualBasic, and uses usually VBScript och some other similar language.

    PHP is built with influences from C/C++ and has a totally different structure of code
    __________________________________________
    I study Information Systems at Karlstad University when I'm not on CodeCall

  8. #17
    gokuajmes's Avatar
    gokuajmes is offline Programming God
    Join Date
    Jan 2010
    Location
    India
    Posts
    516
    Blog Entries
    5
    Rep Power
    12

  9. #18
    Join Date
    Mar 2010
    Posts
    1
    Rep Power
    0

    Re: What is ASP?

    Hi,

    You should get a good book for ASP for there are many available from Apress and Dummies and you can find them here MarthasMiracles | Free Download Center

  10. #19
    glanmartin62 is offline Newbie
    Join Date
    Dec 2011
    Posts
    5
    Rep Power
    0

    Re: What is ASP?

    ASP use for creating Dynamic web page Microsoft server side.it's easy to learn and provide excellent feature.it's built by Microsoft.

  11. #20
    RhetoricalRuvim's Avatar
    RhetoricalRuvim is offline Speaks fluent binary
    Join Date
    Sep 2010
    Location
    C:\Countries\US
    Posts
    1,069
    Rep Power
    14

    Re: What is ASP?

    Quote Originally Posted by chili5 View Post
    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.
    Doesn't '@language = "JavaScript" ' work on yours?

+ Reply to Thread
Page 2 of 2 FirstFirst 12

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