我可以将调试、发布 web.config 文件与网站项目分开吗?(.NET WSP,不是 Web 应用程序项目)
在部署网站之前,我想将其分为调试和发布,以防止在 web.config
文件中使用 debug=true 将其发布到服务器时出现错误。 +++ 另外,有没有办法仅当我们在 web.config
中的 localhost 上进行测试时才执行 debug=true ?
请给C#新手开发者多多指教。
Before deploying the website, I would like to separate it into debug and release to prevent errors in posting it to the server with debug=true in the web.config
file.
+++
Also, is there a way to do debug=true only when we test on localhost in web.config
?
Please give a lot of advice to the C# novice developer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论