Project Part IV
In our fourth project, we will use the skills we have learned about the HTTP request-response model, as well as variable scope and concurrency, to build a server-side grade averaging tool that will receive grades one at a time from the client. In addition, it will send back the average for all the grades it received.
In this chapter, we’re going to cover the following main topics:
- Developing a server-side grade averaging tool in Classic ASP
- Developing a server-side grade averaging tool in ASP.NET