Can I get “WAR file” type deployment with ASP.NET?
问题 Sometimes J2EE-savvy people look at ASP.NET and wonder, where's the support for deploying an app as a single unit ? JSP/Servlet apps can be deployed as WAR files, with all pages, content, metadata, and code in that single archive. The war file can be versioned, easily moved around. There's an assurance that the entire app is contained in a single unit. That's not a mainstream approach for ASP.NET. What do people do? Do they resort to copying directories and all the myriad files? Is this just