i am compiling the asp.net web application page by page using "gmcs" command in Mono. But i want to compile the whole asp.net website at once using Mono command.
For ex: gmcs /t:library /out:bin/AJAX.dll -r:System.dll -r:System.Web.dll -r:bin/AjaxControlToolkit.dll Default.aspx.cs Default.aspx.designer.cs
I do not want to do like the above one, instead i want to compile the whole folder containing files at once.
Plz let me know.thanks in advance