I get this error "ASPNETCOMPILER : error ASPRUNTIME: Request failed."
Done executing task "AspNetCompiler" -- FAILED.
Done executing task "CallTarget" -- FAILED.
(default target) (1) -> (Website target) -> ASPNETCOMPILER : error ASPRUNTIME: Request failed.
I'm trying to build my project using the solution
Example: MSBUILD \\dev\mysolution.sln
I really don't know what this means or how to fix it. Is there a spot where I can find more information through detailed error logs?
/verbosity:diagswitch when calling MSBUILD? May be this will give some information.