up vote 0 down vote favorite
share [g+] share [fb]

does anybody know of any good free web server programs i can download that actually work? it has to atleast support asp.net OR php (or both lol). the reason i'm asking on here is because i've found heaps of them but most that i found are near impossible to setup up. i did however find one that was as easy as 123! but it has one problem... it tends to forget my admin password every few weeks, and i can't reset it or anything so i have to backup everything, uninstall and then reinstall it all over again.

link|improve this question
3  
Of course, it would have been helpful to specify which ones you have already tried or what operating system etc. I use apache on Windows as my testbed. – Sinan Ünür Nov 12 '09 at 16:04
feedback

migrated from stackoverflow.com Nov 12 '09 at 16:08

This question came from our site for professional and enthusiast programmers.

7 Answers

Just install IIS with Windows? Install .NET and install PHP, and done?

link|improve this answer
Yeah, just navigate to Windows Features and put some clickin on the Internet Information Service (or whatever...) – Morten Bergfall Nov 12 '09 at 16:06
1  
The web platform installer microsoft has is pretty slick. – Daniel A. White Nov 12 '09 at 16:06
This right here is the answer, if you're on Windows. Especially with WebPI -- that makes it super easy to get rolling. – John Rudy Nov 12 '09 at 16:12
feedback

Check out WAMP (Apache, MySQL, PHP on Windows): installation is very easy.

link|improve this answer
Gotta love WAMP. – Josh K Nov 12 '09 at 16:09
Don't forget Mono if you want to run ASP.NET – AnonJr Nov 12 '09 at 18:19
feedback

Yes, you can get all of this (and more) from the web platform installer. Good for personal use.

IIS, PHP, ASP.NET, SQL Express, various web apps that live on top of PHP or ASP.NET., etc etc etc.

link|improve this answer
feedback

Also take a look at XAMPP or LAMPP for linux.

link|improve this answer
1  
+1 for XAMPP, brilliant software, makes it so easy to have a website/forums/joomla etc setup in minutes – James.Elsey Nov 12 '09 at 17:25
feedback

Apache2 has a decent windows installer iirc. And PHP did as well.

link|improve this answer
feedback

'Abyss Web Server X1' from http://www.aprelium.com/

Making it run ASP.NET and PHP does involve a little bit of tinkering (better read the docs), but after that it seems to run okay for personal use.

link|improve this answer
feedback

Apache / Tomcat is the best novice choice.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown