Debugging an httpmodule on the asp.net development server

Posted by Caveatrob on Stack Overflow See other posts from Stack Overflow or by Caveatrob
Published on 2009-03-24T22:50:27Z Indexed on 2010/04/06 13:33 UTC
Read the original article Hit count: 340

Filed under:
|
|
|

Hi,

I want to integrate some http modules in my asp.net application (v 3.5, visual studio 2008) and I'm not sure how to debug or use such modules while debugging in the asp.net development server that fires when I run the web app.

Do I need to include the module source in the solution or can I just drop the DLL into BIN? I'm from the 1.1 world and am not yet used to the asp.net development server.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about Development