You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to aut...@googlegroups.com
Hi,
Is there any known issue with using autofac web integration with integrated pipeline application pool?
My dependencies are only injected when the app pool is set to use classic pipeline mode.
Supposing I am not able to configure IIS on my host provider, how can I configure my application?
tnahks in advance,
-- Ricardo Cavalcanti
Nicholas Blumhardt
unread,
Oct 11, 2008, 10:59:33 AM10/11/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to aut...@googlegroups.com
Hi Ricardo,
I don't think I've tested the WebForms integration in that mode - it might be something to investigate further and raise as an issue if you have the time.
Thanks for the heads-up.
Nick
Ricardo Cavalcanti
unread,
Oct 13, 2008, 9:38:24 AM10/13/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
The problem is: if you are working with IIS 7, there is now two differente sections on the Web.config: <httpModules> and <modules>. In order to make autofac work in both integrated and classic pipeline modes, you must add the autofac module entries in both sections, just as the ScriptModule from Asp.NET ajax.