As the question says – I have a windows XP run machine, Dreamweaver 8 and have done Coldfusion. What programs do I need to download in order to run and test pages?
Also are there any websites where I can find examples of basic coding ?
Im Starting Asp.net From Scratch, What Do I Need?
- No trackbacks yet.
#1 by lele at July 6th, 2009
all what you want to do is to install .net visual studio
and be sure that IIS windows component is installed in your operating system , if not install it ( cotrol panel then add and remove component then click on iis and insert the windows cd ) and sql server if you will need database ……….. and enjoy ASP
by the way , i’m going to go about self study of AsP.net through the next 2 weeks .. you can contact me to start such online study with me …
#2 by Hamid at July 7th, 2009
check this site, it is very helpful;)
http://www.asp.net/getstarted/default….
#3 by FazStar at July 7th, 2009
just go to http://www.w3schools.com
#4 by Chris Love at July 7th, 2009
If you want FREE stuff go to http://www.asp.net/downloads/default.asp... and get the ASP.NET 2.0 framework, which should already be on your machine with normal updates anyway. Then you can download Visual Web Developer, the free IDE. If you get real good you can just use notepad, but why. I do however reccomend getting Visual Studio 2005 to get the full force of the IDE.
Once you get comfortable with the basics you can start expanding out and get the ASP.NET 3.0 framework, Ajax toolkit, etc.