asp.net - 制作 "build"涉及什么?

标签 asp.net visual-studio

在我工作的地方,我们使用固定的时间表来构建我们的应用程序。什么与构建有关?让应用程序在本地主机以外的地方构建涉及什么?

最佳答案

前几天我遇到了这个......它有助于澄清有关构建 ASP.NET 网站的一些事情。不是一个明确的答案,但值得一看。
http://msdn.microsoft.com/en-us/library/399f057w.aspx :

ASP.NET offers two options for precompiling a site:

Precompiling a site in place. This option is useful for existing sites where you want to enhance performance and perform error checking.

Precompiling a site for deployment. This option creates a special output that you can deploy to a production server.

Additionally, you can precompile a site to make it read-only or updatable. The following sections provide more details about each option.

关于asp.net - 制作 "build"涉及什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1012829/

相关文章:

c# - 使用 C# 在 asp.net 中以 Word 格式转换货币格式的 int 值?

c# - 如何删除逗号分隔的重复字符串值并获取最后两个值

visual-studio - 将/Zi 与/Z7 用于 Visual Studio C++ 项目有什么影响?

c# - 使用 NUnit 进行测试时应该如何处理数据文件?

.net - Visual Studio 2008 单元测试和 nunit

c# - .NET 标准 : assembly's manifest definition does not match assembly reference

c# - ASP.NET 服务器控件错误 : Unknown server tag

c# - 服务器端代码中的 HTML 输入值。网站

c# - DLL中的Singleton类用于多个虚拟目录

c# - .xaml.cs 文件中的 "Go To Definition"将我带到 .g.i.cs 文件而不是 Visual Studio 2015 中的 .xaml 文件