Summary
ASP.NET uses the XML-base CONFIG files to control both the ASP.NET runtime and the runtime behavior of your Web applications. You now know how to modify the CONFIG files and how to access the contents of the WEB.CONFIG file at runtime.
You also learned how to deploy your completed ASP.NET solution using XCOPY or FTP and how to create virtual directories using either operating system utilities or simply by creating a WSH script. ASP.NET will allow you to easily update the pages and DLLs in your solution without having to restart Internet Information Server or reboot the server.