是否可以像使用 dll 那样对 ASP.NET 站点进行版本控制?
是否可以像使用类库中的 AssemblyInfo.cs 那样对 ASP.NET 站点进行版本控制?
Is it possible to version a asp.net site like doing so with AssemblyInfo.cs in Class Libraries?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据我的 ASP.net 项目中的 AssemblyInfo.cs 中的注释,您可以:
我尝试过,是的,它有效。
在 AssemblyFileVersion 上,我在构建时收到警告。
According to the comments in the AssemblyInfo.cs in my ASP.net projects, you can:
I tried it, and yes, it works.
On the AssemblyFileVersion I get a warning while building.
是的。在 VS 中:
Yes. In VS: