Visual Studio 2005 Web Deployment Projects (Beta Preview)
Posted on 2005-11-24 11:25 感觉 阅读(170) 评论(1) 编辑 收藏
Visual Studio 2005 Web Deployment Projects (Beta Preview)http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx
| |||
OverviewA Web Deployment Project creates and maintains an MSBuild project file, and is associated in a solution with a Web site project. A Web Deployment Project enables you to manage not only build configuration and merge options, but other tasks such as specifying changes for the application's Web.config file during compilation, changing connection strings, creating virtual directories, and performing other tasks at specific points in the deployment process. The new assembly merge tool (Aspnet_merge.exe) combines assemblies created during ASP.NET 2.0 precompilation for deployment. The tool supports many merge options, from combining assemblies for each Web site folder to creating a single assembly for the entire Web site. More information about the new merge tool and about Visual Studio 2005 Web Deployment Projects is available in the following article:
To review this product or provide feedback, please visit the Visual Studio 2005 ASP.NET forums. | |||
