Exercises
This exercise has to do with deploying the .NET Framework as part of your installation package. Based on your environment, this might or might not be important, but it's a good idea to understand what steps must be taken to ensure the .NET Framework is installed on a client machine to run your applications.To do this exercise, go to the following link:http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/dotnetfxref.aspThis link takes you to a seven-page article that outlines the different methods of getting the runtime installed on client computers. Read this article and follow the steps to understand how to redistribute the .NET Framework.