-
What do i need ?
Hi!
I recently bought an ASP.Net book to learn it. But i don't know what do i need installed in order to run asp.net scripts on my local computer ?
As for ASP you need IIS...dunno what do you need for ASP.Net. Please tell so i can learn this thing and move on with the world.
Thanks!
-
If you have IIS installed already all you will need to load is the .NET Framework 1.1 Redistributable file (required I believe and around 20 meg) and the framework SDK (optional I believe and around 100 meg??). If you have the space and a fast connection I would recommend you download them both. Install the .NET Framework 1.1 Redistributable first and then the SDK.
You can find both those files as well as some other background information here. Get the .NET Framework 1.1
-
If you have no access to IIS, or even if you do, there is a free ASP.NET editor that includes a built in testing web server at
www.asp.net
Its called WebMatrix.
-
Thanks! I already had iis, .net framkework 1.1 etc. :-) came with autopatcher.