Hello,
Q1) Assuming Http module is registered with IIS7 to be used for non-Asp.Net application ( say some Java app ) , when in the request’s life cycle will IIS7 invoke this module? Thus, how will IIS7 decide when to invoke it?
Q2) In order to register Http module with IIS7, we need to put it in GAC. Is it possible to register Http module or Http handler without putting it in GAC?
thanx