Compiling the whole asp.net website on Mono at once -
i compiling asp.net web application page page using "gmcs" command in mono. want compile whole asp.net website @ 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 not want above one, instead want compile whole folder containing files @ once.
plz let me know.thanks in advance
i used run xbuild
on projects created using visual studio ide. worked perfectly! i'm not sure if monodevelop generates .csproj
file web application that's best way compile asp.net, which, however, supposed compiled automatically xsp
on first request
Comments
Post a Comment