QUOTE(sammyboy @ May 7 2007, 10:12 AM)

Hi all,
i have heard the .NET lets you program in internet languages such as PHP, and lets you the compile it into an .EXE, is this true?
Thanks
Visual Studio Web Developer or Visual Studio .Net lets you program in MS's internet languages (into asp.net pages). It does not support PHP, whom MS's internet languages are competing with. PHP can never be compiled into EXE's nor can aspx pages. You can include them in an application though.
C# and VB.net can be used to code server-side web routines, as well as exe's with the proper includes.