G
Guest
Hi All,
If I wanted to compile my Web application via the command line, what else besides the "codebehind" .cs files do I have to add in my single file assembly compilation?
i.e. - csc /out:af.dll /t:library (what else must go here besides the codebehind files?)
btw is this comand correct?
Thanks
Kevin
If I wanted to compile my Web application via the command line, what else besides the "codebehind" .cs files do I have to add in my single file assembly compilation?
i.e. - csc /out:af.dll /t:library (what else must go here besides the codebehind files?)
btw is this comand correct?
Thanks
Kevin