Patrick Woldberg Official Representative
 Since: 11 Feb 2003 Posts: 1,927 | Replied 08 Mar 2011 11:15:49 I think the most simple description can be found here: www.windows7home.net/how-to-install-iis-7-and-setup-asp-in-windows-7/If you want to use an other programming language you can change to ASP.NET or PHP, PHP is a bit more simple but requires you to install PHP on your PC which can be done under IIS or by installing something like WAMP. ASP.NET is already available on Windows 7 and I would suggest downloading Visual Studio Webdeveloper Express for the programming, it is a bit more difficult to learn but you can do more with it. |
| |
Helle M Active Member
 Since: 17 Feb 2001 Posts: 110 | Replied 08 Mar 2011 22:00:05 Thanks Patrick, Hmm, but I use Dreamweaver for programming, or is it the inqueries that are done in "Visual Studio Webdeveloper Express"? (you can hear I am lost, right?) I don't even have a clue what databases to use?
|
| |
Patrick Woldberg Official Representative
 Since: 11 Feb 2003 Posts: 1,927 | Replied 09 Mar 2011 11:22:03 For Dreamweaver I suggest you stay with ASP or go use PHP, the support for ASP.NET in Dreamweaver is very bad. For the database it depends, with PHP it is MySQL, with ASP you probably use ACCESS or SQL Server (Express), depending on what your host supports. |
| |
Helle M Active Member
 Since: 17 Feb 2001 Posts: 110 | Replied 09 Mar 2011 16:53:25 It's because I am told that ASP will die out in a few years and Windows won't support it then! Friends are "smiling" when I mension I use Access [  ] Right now I have 20-25 old websites online and also locally on my PC (ASP and Access). Edit etc. is easy, all sites have their own database and folder in inetpub/wwwroot - easy to set up. I presume the same can be done with either PHP or whatever I will look into soon? thanks for your replies :-) |
| |
Patrick Woldberg Official Representative
 Since: 11 Feb 2003 Posts: 1,927 | Replied 10 Mar 2011 12:01:13 ASP is old and not supported or updated anymore by Microsoft. But if you still have sites that use it then why not keep using it, I still use it every day because our CMS is written in ASP. We don't have the resources to start all from scratch and keep updating the current CMS using ASP. Access is still being developed by Microsoft, but there is a good alternative now with SQL Server Express. |
| |
Helle M Active Member
 Since: 17 Feb 2001 Posts: 110 | Replied 10 Mar 2011 18:24:07 As long as it also supports lots of separate websites on the local computer... I am still new to this, and looking at thisIs this the one? |
| |
Patrick Woldberg Official Representative
 Since: 11 Feb 2003 Posts: 1,927 | Replied 11 Mar 2011 11:45:57 The web platform gives you the whole package, the IIS server, SQL database server, ASP.NET and PHP support and the tools like Visual Studio. If you're looking only for the database you can download it here. |
| |