Thread: Php and asp.net
View Single Post
  #3  
Old 03-19-2003, 10:59 AM
ldonyo
 
Posts: n/a
Default

Spoken like a true Gates hater. :/

If you have some background in PHP I would suggest using that. I've been doing ASP for several years and, contrary to the opinion stated above, you do need to have a clue whrn you set it up. The same is true for ASP.NET. In order to use either one you'll need access to a box capable of running IIS, preferably Windows 2000 Server or Windows XP Pro. To run ASP.NET you will also need to install the .NET Framework.

The biggest difference between ASP and ASP.NET is the choice of languages you have to code the pages. ASP uses html, vbscript, and jscript. ASP.NET can be done using ANY .NET compliant language. For more info on .NET, try this: http://msdn.microsoft.com/library/de...entid=28000519
Reply With Quote