Testing Server for ASP.NET

Frankie18

New Member
I am new to ASP.NET and I would like to start coding and learning the language by building and running different simple pieces of code... What would be the easiest way to get started and test ASP.NET code? I tried modifying the the httpd file in XAMPP to add asp support, which did not work. I am guessing using XAMPP to run ASP.NET is not the easy way to go about it.\[code\]<html><body> <h1>Hello Web Pages</h1> <p>The time is @DateTime.Now</p></body></html>\[/code\]I appreciate any advice,Many thanks in advance!
 
Back
Top