Normal
0
false
false
false
MicrosoftInternetExplorer4
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman";
mso-ansi-language:#0400;
mso-fareast-language:#0400;
mso-bidi-language:#0400;}
Hello,
Q1) Assuming we register Http module with IIS7 in order 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.
But is it also possible to register Http
module or Http handler without putting it in GAC?
thanx