当前位置: 代码迷 >> ASP.NET >> Asp.net 2.0 网站发布时应该如何把Debug设置为Release?在哪里设置的
  详细解决方案

Asp.net 2.0 网站发布时应该如何把Debug设置为Release?在哪里设置的

热度:4050   发布时间:2013-02-26 00:00:00.0
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 应用程序: 和其他项目一样,工具栏运行按钮旁边选下拉...
------解决方案--------------------------------------------------------
工具栏运行按钮旁边选下拉
  相关解决方案