我有一个网站项目并希望编译我的 .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 编译网站项目,也许是通过点击而不是使用命令行?在此先感谢您的帮助!