ASP>NET vs. PHP - what are the pros and cons

Discussion in 'Programming' started by Jimbob1208, Apr 27, 2011.

  1. #1
    Hi,

    I was wondering what the pros and cons are between an ecommerce site built with either ASP.NET or PHP?

    Thanks
     
    Jimbob1208, Apr 27, 2011 IP
  2. lioncub5

    lioncub5 Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    php and asp have roughly the same capabilities, but they operate in different environments.
    asp/.net is created by microsoft. it runs on windows, and using this setup kinda makes you their bitch. recommended for microsoft fans and those with deep pockets.
    php is maintained by its own volunteer community. it runs on linux, and using this setup will frustrate you to no end since nothing works right the first time, and the documentation assumes you know everything. recommended for the do-it-yourself types, and people who live in their parents' basement
     
    lioncub5, Apr 30, 2011 IP
  3. om39a

    om39a Peon

    Messages:
    287
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    ASP is the short term for Active Server Pages, a type of program that works with Microsoft alongside IIS or Internet Information Server.
    Choosing between ASP and PHP basically depends on your own personal preference. t hurt to confer with other programmers or webmasters and research more information on which programming would best fit the requirements of your website.
    When it comes to costing and expenses, ASP programs needs to run on Windows with IIS installed on the server.
    On the other, PHP or Hypertext Preprocessor, runs using Linux or Unix server.
    ASP needs a Microsoft Server for the website to work.
    Just recently, ASP can now run on a Linux platform given that there is an ASP-Apache program installed on its server.
    On the other hand, a PHP would only require running on a Linux server, which you can get at no cost.
    PHP codes runs much quicker than ASP basically because it runs in its very own memory space while ASP uses an overhead server and is uses a COM based architecture.
    The more updated PHP programs can now run on an NT server.
    This is basically because Visual Basic is basically correlated with Microsoft products and programs.
     
    om39a, May 1, 2011 IP
  4. Matix

    Matix Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    ASP can run on Linux with Mono and PHP works on Windows too.

    PHP can active documentation, and the open source advantage. In fact you can find all sorts of modules in PHP.
     
    Matix, May 1, 2011 IP
  5. PiontekMedia

    PiontekMedia Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Since PHP is open source it's much more cost-effective than ASP. They both can accomplish relatively the same thing.
     
    PiontekMedia, May 1, 2011 IP
  6. danny0085

    danny0085 Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    With PHP you will have more "support" from forums and webmaster.
    --------------------------------
    msn for linux
     
    danny0085, May 4, 2011 IP
  7. finna

    finna Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    PHP is cheaper compare to ASP in software and programmers cost.
     
    finna, May 4, 2011 IP
  8. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Interesting that everyone is only comparing costs from a build and maintainance perspective and no one is actually considering the actual framework/ languages against each other, the only one that did refered to classic ASP and not .Net......
     
    AstarothSolutions, May 5, 2011 IP