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?
Why does .NET application with many assemblies throw error “CS1647: An expression is too long or complex to compile”?
I am seeing the following error on a .NET Framework application hosted on IIS: