0
votes
votes
1 answers
Is there a way to see the command-line arguements used by vs.net during a compile?
I want to see exactly what vs.net does behind the scenes when it compiles a asp.net web application. [code]csc.exe etc etc.[/code] Is this possible? I find that the IDE abstracts so many things away from us, we have no idea how to ...
