|
This tutorial introduced you to Microsoft ASP.NET, a server-side technology for developing dynamic Web applications. You started by learning about static and dynamic Web sites and the history of ASP. You also came to learn about what a framework is and where .NET Framework fits in, in the Windows platform.
The tutorial also informed you about the benefits of using ASP.NET. You learned about how to prepare your computer for ASP.NET by installing IIS, .NET Framework and configuring IIS to use the required version of ASP.NET. In the end, a simple ASP.NET page was created to demonstrate to you the structure of an ASP.NET page and how to write code within it. |