1

我有一个网站项目并希望编译我的 .aspx 和 .cs。为此,我正在使用这样的 aspnet 编译器:

aspnet_compiler -v /My_Site -p c:\site_published_with_Visual_Studio c:\site_compiled_with_aspnet_compiler

这意味着,我必须先使用 Visual Studio 2010 发布我的网站,然后打开命令行调用 aspnet_compiler。

有没有办法直接用 Visual Studio 2010 编译网站项目,也许是通过点击而不是使用命令行?在此先感谢您的帮助!

4

1 回答 1

0

您可以使用Publish WebSite向导 - 构建菜单 + 发布网站。查看 MSDN 文章 - How to: Deploy a Web Site Project by Using the Publish Web Site Tool

于 2011-12-05T10:31:34.483 回答