The Advantage of Xcopy deployment in asp.net

An Xcopy-style file transfer simplifies the deployment and the maintenance of ASP.NET sites.
Why? because you make no registry entries and because you register no components.
The Microsoft .NET applications are self-describing, typically with no dependencies.
With assembly versioning, you can even copy a new copy of a DLL that the application uses without stopping the Web server