Question:
Normally, when you create a HTTP module, you create it as separate dll project and register that dll in the web.config.
Now, is it possible to write a HTTP module directly in an ASP.NET project, so I don't have to create a separate dll project?
Note: Don't say as an added project in the same solution, I mean in the same project.
Or would just adding a reference to this dll suffice ?