I have an ASP.NET 2 Website that I need to deploy using Visual Studio 2012. I need a compiled single Assembly.
我有一个ASP.NET 2网站,我需要使用Visual Studio 2012进行部署。我需要一个编译的单个程序集。
1 个解决方案
#1
2
The latest version of the publish feature (described here and available with the Azure 1.8 SDK) now supports pre-compilation for both Web Site projects and Web Application projects. This is the replacement for Web Deployment Projects, which was previously available for VS2005/2008/2010. It also supports all of the publish scenarios equally for both types of projects (e.g. web.config transforms, database deployment, etc...).
最新版本的发布功能(此处介绍并随Azure 1.8 SDK提供)现在支持Web站点项目和Web应用程序项目的预编译。这是Web部署项目的替代品,之前可用于VS2005 / 2008/2010。它还同样支持所有类型的项目的所有发布方案(例如web.config转换,数据库部署等)。
#1
2
The latest version of the publish feature (described here and available with the Azure 1.8 SDK) now supports pre-compilation for both Web Site projects and Web Application projects. This is the replacement for Web Deployment Projects, which was previously available for VS2005/2008/2010. It also supports all of the publish scenarios equally for both types of projects (e.g. web.config transforms, database deployment, etc...).
最新版本的发布功能(此处介绍并随Azure 1.8 SDK提供)现在支持Web站点项目和Web应用程序项目的预编译。这是Web部署项目的替代品,之前可用于VS2005 / 2008/2010。它还同样支持所有类型的项目的所有发布方案(例如web.config转换,数据库部署等)。