DynamicModuleUtility.RegisterModule(typeof(OnePerRequestModule));
DynamicModuleUtility.RegisterModule(typeof(HttpApplicationInitializationModule));
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
David SmithPosted Sep 3, 2013, 11:42 PM
Sanjeeb LenkaPosted Sep 3, 2013, 5:36 AM
Microsoft.Web.Infrastructure is the namespace to be used.
1st add the reference. if it not available
install it from nuget
http://www.nuget.org/packages/Microsoft.Web.Infrastructure/