Can you specify if aspnet_compiler.exe creates a debug or release build?
Posted
by user169867
on Stack Overflow
See other posts from Stack Overflow
or by user169867
Published on 2010-04-16T00:11:58Z
Indexed on
2010/04/16
0:13 UTC
Read the original article
Hit count: 247
ASP.NET
|asp.net-mvc
I wish to compile my asp.net MVC application using aspnet_compiler.exe from the comandline to speed up cold startup.
I'm wondering how it determines if it should do a release or debug build. Is it always release? Does it depend on what the web.config file says when you run aspnet_compiler.exe?
What happens to an application that's been compiled w/ aspnet_compiler.exe if someone changed the bug attribute in the web.config file after it has been published?
Any clarification on this would be greatly appreciated.
© Stack Overflow or respective owner