|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
HttpModule not working with GACHi All,
I am facing this strange problem here. I have created a custom HttpModule to filter the response. It worked fine when i tested it as a part of my existing project. But when I created a new project and got a dll after strong naming it and putting into GAC, it wouldn't work any more. I have added a new entry in machine.config under <httpModules> tag to make it filter each asp.net response. But I have no clue why its not workig now. Any help would be highly appreciated. Thanks. VD and the error message I am getting now when i try to open any aspx page
is : Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: File or assembly name Version=1.0.0.0, or one of its dependencies, was not found. VD wrote: Show quote > Hi All, > > I am facing this strange problem here. > I have created a custom HttpModule to filter the response. It worked > fine when i tested it as a part of my existing project. But when I > created a new project and got a dll after strong naming it and putting > into GAC, it wouldn't work any more. I have added a new entry in > machine.config under <httpModules> tag to make it filter each asp.net > response. > But I have no clue why its not workig now. > > Any help would be highly appreciated. > Thanks. > > VD |
|||||||||||||||||||||||