Relative Content

Tag Archive for asp.net.netiiscsc

How can I find the exact csc.exe command that is run by IIS/ASP.NET?

How can I find the exact csc.exe command that is executed when I start up my ASP.NET application in IIS? When there is a compilation error, I see the full csc.exe command on the error page in my browser. But what about when the application compiles without error? Is there a log file somewhere?