Hi,
i have an webapplication with master page and i am using http module this module is getting called in each page request
if i request for home.aspx then http module is getting called from master and home.aspx page 2 times which makes the performance low
is there any way we can trigger the http module only in master page not required in other page
let me know can that be done ?
any help on this would be great
prince23
Member
18 Points
91 Posts
Call http module only in master page request
Jan 16, 2013 09:02 AM|LINK
Hi,
i have an webapplication with master page and i am using http module this module is getting called in each page request
if i request for home.aspx then http module is getting called from master and home.aspx page 2 times which makes the performance low
is there any way we can trigger the http module only in master page not required in other page
let me know can that be done ?
any help on this would be great
Thanks
Prince