How can we draw without having the wall? Likewise to develop ASP.NET applications we require some things in our development system. Check it with your system.
1.Execution Environment 2.Development Kit 3.IDE 4.Web Server 5.Editor
Execution Environment:
You might come across JVM java virtual machine, which provides the execution environment for java applications. Likewise the .NET provides the execution environment for .NET applications. .NET Framework Redistributable is the execution environment that .NET provides. It has Common Language Runtime, Common Type System etc., downloadable at:
In general Development kit includes compiler, debugger etc. .NET Framework SDK comes with compilers csc.exe, vbc.exe, jsc.exe for Csharp, VB.NET, J# languages respectively.
Web Server: In order to develop and test the web application we develop, a web server is required. Microsoft’s Internet Information Server [IIS] is well suited for this.
Editor: If you don’t want to use IDEs you can use simple editors.
·Notepad ·EditPlus ·TextPad
So check out:
You have IIS, Microsoft Internet explorer 5.1 or higher, .NET Framework Redistributable get installed.
Then desire to use IDEs or simple editors. It’s your choice. If you use simple editors you will need to code each and every line of your application. And you will be miss the features provided by IDEs.