Asp.net发布版本和调试版本
问题描述:
如何确定我的应用程序是否被编译为release而不是debug?我去了VS 2008 Project Properties> Build并将配置从Debug设置为Release,但是我注意到没有改变?这是一个ASP.NET项目。
How do I determine if my app was compiled as "release" instead of "debug"? I went to VS 2008 Project Properties > Build and set the configuration from Debug to Release but I noticed no change? This is an ASP.NET project.