[Mono-devel-list] httpModules
Gonzalo Paniagua Javier
gonzalo at ximian.com
Mon Oct 18 18:59:44 EDT 2004
On Sun, 2004-10-17 at 23:43, Phillip Hitchcock wrote:
[...]
>
> i have put this in a web.config file int he application root
>
> <configuration>
> <system.web>
> <httpModules>
> <add name="HttpFilter" type="Eclectic.Test.HttpFilter,
> Eclectic.Test" />
> </httpModules>
> </system.web>
> </configuration>
>
> and it seems to be working because i get the following error
> System.TypeLoadException: Cannot load type 'Eclectic.Test.HttpFilter, Eclectic.Test'
Try copying the assembly to the application bin directory and it will
work.
-Gonzalo
More information about the Mono-devel-list
mailing list