ASP.NET Web Application Build Output - How do I include all deployment files?
问题 When I build my ASP.NET web application I get a .dll file with the code for the website in it (which is great) but the website also needs all the .aspx files and friends, and these need to be placed in the correct directory structure. How can I get this all in one directory as the result of each build? Trying to pick the right files out of the source directory is a pain. The end result should be xcopy deployable. Update: I don't want to have to manually use the Publish command which I'm aware