How can I find out which programming language was used to write any web site?
        Posted  
        
            by ebattulga
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ebattulga
        
        
        
        Published on 2009-03-13T06:25:00Z
        Indexed on 
            2010/04/13
            2:32 UTC
        
        
        Read the original article
        Hit count: 487
        
web-programming
|reverse-engineering
If there is no file extension on the end of the URL, how can I find out which programming language - PHP, .Net, ASP, etc. - was used to write a particular website?
For example - www.andromeda.mn.
Answers:
uptime.netcraft.com/ -- Dave Webb
builtwith.com -- Jason M
Insert after url ?=PHPE9568F34-D428-11d2-A769-00AA001ACF42 -- thomasrutter
using HTTP header viewer tool -- thomasrutter
© Stack Overflow or respective owner