ASp.Net 构建配置始终处于调试模式
我在 VS2005 中为 ASP.net 应用程序开发了一个解决方案,该应用程序还具有 ASP.Net 项目引用的一些类库项目。 我已经更改了要发布的解决方案的构建配置,但奇怪的是,无论我做什么,ASP.net 构建配置仍然保持调试状态。 这很奇怪,因为我认为 MS 没有理由这样做。 难道还有什么我想不到的吗?
I developed a Solution in VS2005 for an ASP.net application which also has some class library projects that the ASP.Net project references. I have changed the Build Configuration of the solution to release but strangely, the ASP.net build config remains Debug whatever I do. This is weird as I see no reason why MS should have done that. Is it something else I could not thiink of?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个网络应用程序吗? 是这样,您是否将 web.config debug="True" 属性更改为 debug="False" ?
Is this a web application? Is so, did you changed the web.config debug="True" attribute to debug="False"?