Has anyone tried setting up Sitefinity 3.7 SP4 (targeting .NET 4) using the AutoStart feature?
Here's the background on the .NET 4 AutoStart feature:
http://weblogs.asp.net/scottgu/archive/2009/09/15/auto-start-asp-net-applications-vs-2010-and-net-4-0-series.aspx
I'm trying to get this running on a shared provider. They've made the changes in applicationHost.config to specify that my app should always be running and specified which serviceAutoStartProvider to use, but I think they want me to define the serviceAutoStartProvider in my web.config rather than applicationHost.config.
I had thought I could just add
to the <configuration> section of my web.config, but .NET throws an error saying that <system.applicationHost> is invalid. I know the default mode is to not allow that section to be overridden and I am waiting to hear back from the host whether they have changed that or not.
Just seeing if anyone has any recommendations.
Thanks.