我们可以写一个小小批处理来拷贝这些
@echo off
echo - Copying Web Files author lovebanyi
xcopy *.aspx ..\install\ /S/E/q/y
xcopy *.cs ..\install\ /S/E/q/y
xcopy *.css ..\install\ /S/E/q/y
xcopy *.gif ..\install\ /S/E/q/y
xcopy *.jpg ..\install\ /S/E/q/y
xcopy *.html ..\install\ /S/E/q/y
xcopy *.dll ..\install\ /S/E/q/y
xcopy *.js ..\install\ /S/E/q/y
xcopy *.config ..\install\ /S/E/q/y
xcopy *.ascx ..\install\ /S/E/q/y
xcopy *.master ..\install\ /S/E/q/y
xcopy *.asax ..\install\ /S/E/q/y
xcopy *.xml ..\install\ /S/E/q/y
xcopy *.resx ..\install\ /S/E/q/y
http://www.lookcode.net