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.

how ASP differ from asp.net

Discussion in 'C#' started by property, Mar 7, 2011.

  1. #1
    how ASP differ from asp.net is there lot difference please answer me
     
    property, Mar 7, 2011 IP
  2. bibinsmk

    bibinsmk Active Member

    Messages:
    205
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    ASP stands for Active Server Pages which is also called Classic ASP. ASP.NET is the next generation of Classic ASP. For codding Classic ASP uses VB Script. Vb Script is not supported by most of the browsers. ASP.NET supports more languages including C#, VB.NET, J# etc.In classic ASP, there was no server controls. You have to write all html tags manually. ASP.NET offers a very rich set of controls called Server Controls and Html Controls. It is very easy to drag and drop any controls to a web form.
     
    bibinsmk, Mar 8, 2011 IP
  3. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #3
    AstarothSolutions, Mar 8, 2011 IP
  4. Alnitech

    Alnitech Greenhorn

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    18
    #4
    ASP.NET supports many things from ASP, so you could use all the stuff you like in ASP. But it is absolutely another world.
     
    Alnitech, Mar 15, 2011 IP
  5. wsrinivas

    wsrinivas Member

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #5
    Best to look at asp.net
     
    wsrinivas, Mar 16, 2011 IP
  6. wsrinivas

    wsrinivas Member

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #6
    i mean the domain website www. asp .net
     
    wsrinivas, Mar 16, 2011 IP
  7. leva86

    leva86 Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    ASP is an interpreted language(VB) and dot not use the framework .net. ASP .NET is complied in clr that make it much more fast than asp. ASP .NET support a wide range of language as C#, VB.NET, F#, Iron Ruby, Iron Python. ASP only support VB. ASP is a very old website framework.
     
    leva86, Mar 17, 2011 IP
  8. Meenakshi

    Meenakshi Peon

    Messages:
    131
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    ASP stands for Active Server Pages which is also called Classic ASP and dot not use the framework .net whereas ASP.NET supports more languages including C#, VB.NET, J# ASP.NET offers a very rich set of controls called Server Controls and Html Controls.
     
    Meenakshi, Mar 23, 2011 IP
  9. sd3189541

    sd3189541 Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    What is the difference between the Classic ASP and ASP.net?
     
    sd3189541, Mar 31, 2011 IP
  10. kevinnn

    kevinnn Peon

    Messages:
    39
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    kevinnn, Apr 5, 2011 IP
  11. unknownpray

    unknownpray Active Member

    Messages:
    3,831
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    70
    #11
    ASP is an interpreted language(VB) and dot not use the framework .net. ASP .NET is complied in clr that make it much more fast than asp.
     
    unknownpray, Jun 25, 2011 IP
  12. Neter85

    Neter85 Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    ASP.Net is more powerful as it uses the .net library which allows it to interact with more programming languages and can stand alone while asp will need a microsoft platform.
     
    Neter85, Jul 2, 2011 IP
  13. cute-sherry

    cute-sherry Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    ASP.NET supports more languages including C#, VB.NET, J# etc as compare to ASP.ASP is interpreted language and do not use framework and it is old website framework ASP stands for Active Server Pages.
    ASP .NET is complied in clr that make it much more fast than asp.
     
    cute-sherry, Jul 5, 2011 IP
  14. DmitryS

    DmitryS Active Member

    Messages:
    79
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #14
    asp.net is oop based programming. it is more structured. Your can write code for asp.net in c#, vb.net or any other .net language. provide you with .net plateform to build very advance applications.
     
    DmitryS, Jul 5, 2011 IP
  15. amkeabhi123

    amkeabhi123 Member

    Messages:
    219
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #15
    asp (Active server page ) in this language page written in the code and html page when ever asp .net coding in the code behind support the html and code write the different page this is easily to find the any error in asp.net page
     
    amkeabhi123, Jul 5, 2011 IP
  16. shiva0077

    shiva0077 Peon

    Messages:
    110
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    ASP.NET could be run on non-Microsoft Platforms also. Cassini is a sample Web server produced by Microsoft which, among other projects, has been used to host ASP.NET with Apache.


    Multi Language Support in WebPage


    In ASP only two languages were available for scripting VBScript and Jscript/Javascript.
    But in ASP.NET
    We are no longer constrained to the two scripting languages available in traditional ASP: Any fully compliant .NET language can now be used with ASP.NET, including C# and VB.NET.
     
    shiva0077, Jul 11, 2011 IP
  17. amkeabhi123

    amkeabhi123 Member

    Messages:
    219
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #17
    asp (Active sever page )written the code and html with one page whenever asp.net code behind so easy error finding and supported more language about 73 language .
     
    amkeabhi123, Aug 2, 2011 IP
  18. charles123krik

    charles123krik Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    ASP runs in the inetinfo.exe process space (IIS) and therefore susceptible to the application crashes due to IIS must be stopped or restarted. ASP has to do with the configuration of IIS process isolation. While The ASP.NET worker process is a different work process, aspnet_wp.exe, apart from inetinfo.exe (IIS process), and the ASP.NET process model is not related to the isolation in the configuration of IIS .
     
    charles123krik, Aug 9, 2011 IP
  19. cute-sherry

    cute-sherry Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    ASP.net is oop based programming and dot not use the framework.ASP stands for Active Server Pages which is also called Classic ASP .
     
    cute-sherry, Aug 18, 2011 IP
  20. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #20
    ASP was deprecated by Microsoft when I got into this business seven years ago so it doesn't matter.
     
    drhowarddrfine, Aug 18, 2011 IP