Chapter 26 Simple HTTP Module Not Showing In Sourc
I have copied the downloaded HttpModule file to the App_Code directory and entered the HttpModule in the Web.config as directed on page 1106. But dynamic content is not being shown when I view the source.
My web.config is as follows:
<httpModules>
<add name="AppendMessage" type="Demo.AppendMessage, App_code"/>
</httpModules>
Please Advise
|