Browse By Tag:
1
Zips
By zzzz 697 days, 23 hours, 19 minutes ago
Learn how to create an HttpModule that handles application events during the processing of a page request. The sample module will write information to a log file at various points in the page lifecycle. We also see how the HttpModule is configured for ... [View Lecture]
Category: ASP.NET | Add a Comment | Level: Advanced | Language: English
Tags howto , httpmudule
1
Zips
By cooldog 697 days, 23 hours, 24 minutes ago
In this video Scott Golightly shows how to implement a simple HttpModule that uses the BeginRequest and EndRequest events to store some data about the request and later display that data to the user. Scott also shows how to register the module in the W... [View Lecture]
Category: ASP.NET | Add a Comment | Level: Advanced | Language: English
Tags howto , httpmudule