1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What us mean by ASP?

Discussion in 'C#' started by Real Workers, Dec 23, 2010.

  1. #1
    Hello,
    can you tell me that What is mean by ASP?
    Thanks!
     
    Last edited: Dec 23, 2010
    Real Workers, Dec 23, 2010 IP
  2. yugolancer

    yugolancer Well-Known Member

    Messages:
    320
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    110
    #2
    Active Server Pages or Classic ASP, as it is more commonly known, is a technology that enables you to make dynamic and interactive web pages.

    ASP uses server-side scripting to dynamically produce web pages that are not affected by the type of browser the web site visitor is using.

    The default scripting language used for writing ASP is VBScript, although you can use other scripting languages like JScript (Microsoft's version of JavaScript).

    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.
     
    yugolancer, Dec 24, 2010 IP
  3. jonmaster

    jonmaster Peon

    Messages:
    181
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    ASP stands for Active Server Pages - it is server side technology to generate dynamic html pages.

    Now what we use is ASP.NET - which runs on .net framework
     
    jonmaster, Dec 24, 2010 IP
  4. myfire

    myfire Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    yeah, asp.net is definitely easier to use that asp.
    and all windows hosting provider support ASP.NET nowadays
     
    myfire, Dec 24, 2010 IP
  5. UNARS

    UNARS Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Good to know informations guys, Keep it up:)
     
    UNARS, Dec 27, 2010 IP
  6. prkishnani

    prkishnani Peon

    Messages:
    164
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hello....

    ASP (Active Server Page) is used to create Dynamic & interactive web pages,which is executed on web server and display the result in pure HTML format.

    website design | bulk email marketing
     
    prkishnani, Jan 1, 2011 IP
  7. bulochc83

    bulochc83 Peon

    Messages:
    260
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    ASP is active server pages.it use for making dynamic web page .and now days people use ASP.net which run on .net framework.
     
    bulochc83, Feb 17, 2011 IP
  8. Meenakshi

    Meenakshi Peon

    Messages:
    131
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    ASP (Active Server Page) is used to create Dynamic &
    interactive web pages,which is executed on web server and
    display the result in pure HTML format.
     
    Meenakshi, Feb 22, 2011 IP
  9. leva86

    leva86 Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    ASP is an old framework and the number of site that use it is very tiny. ASP.Net is the successor of ASP. ASP is interpreted and use visual basic as language to program it. ASP.net is compiled and use the CLR(common language runtime), with asp.net you can use as programming language c#, vb.net, f#, iron python, iron ruby and managed c++. The page extension of old ASP is .asp. The page extension of ASP.NET is .aspx or.cshtml(With the new framework ASP.Net MVC 3). ASP.net have 2 type of framework ASP.NET web forms and ASP.NET MVC
     
    leva86, Feb 23, 2011 IP
  10. srisen2

    srisen2 Peon

    Messages:
    359
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    asp takes object oriented programming languages and processes a web friendly transition so that you can intigrate these languages and use their logic and database connection to work with basic html and javascript
     
    srisen2, Feb 24, 2011 IP
  11. prptl709

    prptl709 Guest

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    ASP means active server pages.It is a web technology for developing a website.
     
    prptl709, Feb 25, 2011 IP