Results 1 to 5 of 5

Thread: ASP.NET and asp

                  
   
  1. #1
    Advance Entrepreneur Array
    Join Date
    Jan 2010
    Posts
    105
    Post Thanks / Like
    Rep Power
    3

    Default ASP.NET and asp







    Can anybody tell me the difference between asp and asp.net. I know about php but is asp also a scripting language? and what is difference between asp and php?

  2. #2
    Junior Entrepreneur Array
    Join Date
    Mar 2010
    Posts
    77
    Post Thanks / Like
    Rep Power
    3

    Default







    ASP was called classic ASP after introduction of ASP.net. ASP doesn't have any server controls, all the controls should be manually written by html tags. ASP uses vb script which is a simple scripting language. ASP.net supports VB.net,C#.net etc., In ASP.net you can easily drag and drop the controls, the code will be written automatically by VS.net. ASP.net is a advanced version os classic ASP.

  3. #3
    Junior Entrepreneur Array
    Join Date
    Apr 2010
    Posts
    26
    Post Thanks / Like
    Rep Power
    0

    Default








    Yes ASP is also a scripting language .......
    used for web designing.

    usually peoples use PHP instead of ASP because PHP is very simple and user friendly.
    But I prefer ASP ....Because Its more secure when compared to PHP but its not that much easy to use when compared to PHP.
    Both ASP and PHP are user friendly they are just click and drop.





    enjoy using them
    jasmine.

  4. #4
    Junior Entrepreneur Array
    Join Date
    Jul 2010
    Posts
    25
    Post Thanks / Like
    Rep Power
    0

    Default







    In asp you will get HTML control. Asp.net is advance than asp. In asp.net you will all server control. .net supports various languages. You can select any scripting language.

  5. #5
    Junior Entrepreneur Array
    Join Date
    Mar 2011
    Posts
    20
    Post Thanks / Like
    Rep Power
    0

    Default







    ASP is classic asp and uses HTML control. ASP uses interpreter to execute server side code. ASP can use JScript or VBScript.
    ASP.net is full of rich control and there are lot of server control in this. ASP.net uses compiler to execute the server side code. ASP.net dont have any language restrictions.

Thread Information

Users Browsing this Thread

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

     

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
  •