Forum: comp
Page 93
Subject: Next Question - Apache Server


  Posted by: Promize - [28839168] Fri, Oct 01, 2004, 12:09

Starting to get involved in working with ASP, but need some way to work with it. Home Edition doesn't come with IIS.

Is Apache difficult to use and install? Or should I also upgrade my home computer to Professional and use IIS?
 
1youngroman
      ID: 298482214
      Fri, Oct 01, 2004, 13:10
real ASP-support is only included in IIS.

if you want to do other scripting-languages like Perl/PHP/JSP Apache and/or Tomcat is the way to go. installation of Apache/Tomcat is easy, configuration of your applications is a tougher task. If you want to start with a pre-configured Apache start using WAMPP which also includes a mysql-database.
 
2Promize
      ID: 28839168
      Fri, Oct 01, 2004, 13:26
Thanks Young,

So from my previous question, I guess upgrading to Pro wouldn't be a bad idea considering it has the IIS included?

I hear there use to be a work around to get IIS on your home edition, but not sure I want to get into that...
 
3youngroman
      ID: 298482214
      Fri, Oct 01, 2004, 13:39
I'm not that familiar with IIS. it is included in a lot of microsofts enterprise or development products. I know it is included in Win2003 server and Visual Studio .NET. both are not really cheap options.
 
4youngroman
      ID: 298482214
      Fri, Oct 01, 2004, 13:50
according to this IIS 5.1 is also included in Win XP Pro. the version included in Win2003 server is IIS 6.0
 
5 RunNGun
      ID: 348352715
      Sat, Oct 02, 2004, 02:19
There is an application called Web Matrix, it is a free IDE for developing ASP.NET websites. It comes with a built in (scaled down of course, not full IIS support but enough to build and test apps) web server called "Cassini". I believe it is built to only support local requests (meaning you can build and test your sites on your machine, but you could not use it as a production web server).

The ASP.NET Web Matrix Project

HTH...

RunNGun
 
6Promize
      ID: 28839168
      Sat, Oct 02, 2004, 11:25
RunNGun you rock man, thanks so much for pointing me to that Web Matrix link. That is perfect for this beginner here.

Was nice to finally see my little program work!