当前位置: 代码迷 >> Web前端 >> VS2005 默许没有web.config 按F5运行即可
  详细解决方案

VS2005 默许没有web.config 按F5运行即可

热度:123   发布时间:2012-11-08 08:48:11.0
VS2005 默认没有web.config 按F5运行即可

?

?

?

吾阅:VS2005 默认没有web.config,按F5运行,即可建立;

?

?

问题描述:为什么用vs.net ? 2005 ? 新建一个网站没有生成web.config? 文件

-------------------------------------

?

摘自:http://topic.csdn.net/t/20060225/08/4576381.html

?

vs.net2005是这样的,默认是没有web.config在根目录下的。你按F5编译后,系统会自动检测到没web.config.会这样问你:(我用的是英文版)
? "The ? page ? cannot ? be ? run ? in ? debug ? mode ? because ? debugging ? is ? not ? enabledin ? the ? web.confif ? file,what ? woulud ? you ? ? like ? to ? do? "
然后你选上
"Add ? a ? new ? web.config ? file ? with ? debugging ? enabled "

按OK就会立刻看到你想要的web.config的文件了。

  相关解决方案