program for coding asp?

windows

Guest
hi , can someone please tell me the best program to use to code asp/asp.net? I have been using wordpad, i assume it is a lot easier to use a WYSIWYG instead? But i dont want something that does everything for you, wheres the fun in that.Nothing is ever really going to do EVERYTHING for you in .NET - it's very code and more importantly logic driven which is very hard to "WYSIWYG in"

With that said, VS.NET for .NET prolly hands down. Dreamweaver is just fine for ClASP, but, then again, ClASP can be coded in almost any free downloadable program just as good as anything else - you just miss out on some of the features found in some of the bigger hitters.If you want an free editor for asp.net then download Web Matrix (<!-- m --><a class="postlink" href="http://www.asp.net/Default.aspx?tabindex=0&tabid=1">http://www.asp.net/Default.aspx?tabindex=0&tabid=1</a><!-- m -->) from the asp.net website (<!-- m --><a class="postlink" href="http://www.asp.net">http://www.asp.net</a><!-- m -->).

If you want to use code behind as well, then download the Compiler plugin (<!-- m --><a class="postlink" href="http://www.michaelanello.com/onetomany/webmatrix/compileraddin/">http://www.michaelanello.com/onetomany/ ... ileraddin/</a><!-- m -->)Thanks very much
 
Back
Top