May I ask a similar question as long as we are on the topic?<BR><BR>I'm using ASP.NET 3.5 and will be working on a timesheet entry program. Anyway I'd like to set it up to automatically email people ...
When a request comes in to your ASP.NET site, it's routed through a series of message handlers (in ASP.NET Web API) or modules (in ASP.NET MVC), each of which performs some operation on the request.