ASP. NET Solutions - 24 Case Studies. Best Practices for Developers

This application is fairly easy to deploy. Because all the controls and the HttpModule are in the same library, there is only the one .dll file to deploy. Additionally though, a .css file tcontaining the necessary styles to render the control properly will need to be placed somewhere on the Web server. Here is a complete set of steps to deploy the application:

  1. Copy the library's .dll file to the bin folder of the application you wish to add comment tracking.

  2. Place the .css file in an accessible location on the web server.

  3. Make changes to the web.config file as described in the Application Settings section of this chapter.

The comment control should now appear on every page in your application.

Категории