日期:2014-05-19  浏览次数:20414 次

Asp.net 2.0 网站发布时应该怎么把Debug设置为Release?在哪里设置的?
Asp.net   2.0   网站发布时应该怎么把Debug设置为Release?在哪里设置的?
求具体步骤!!!

------解决方案--------------------
把类库生成改为Release ,在web.config里注释掉 <compilation debug= "true "/>
------解决方案--------------------
项目 -- XX项目属性 -- 生成 -- 配置 -- Release
------解决方案--------------------
VS 2005 without sp1: 发布即为Release,不过要手动修改web.config里 <compilation debug= "false "/>

VS 2005 with sp1 Web 网站: 同上...

VS 2005 with sp1 Web 应用程序: 和其他项目一样,工具栏运行按钮旁边选下拉...
------解决方案--------------------
工具栏运行按钮旁边选下拉