Recently moved my 3.2 project to discountasp.net.
I followed the setup instructions found here on the sitefinity site, and all looks to be correct. My web.config doesn't reference .sflb.ashx and the .sflb etc all point to the isapi dll like they are supposed to.
I am running IIS 7 with asp.net 2.0 and 'classic' pipeline mode.
The site was previously on a dedicated machine and worked perfectly. What am I missing? This customer only has a few months left in contract and I don't want the hassle of upgrading.
<
add name="Sitefinity Libraries" path="*.sflb" verb="*" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,runtimeVersionv2.0,bitness64" />
<
add name="SitefinityLibrary" path="*.sflb" verb="*" preCondition="integratedMode" type="Telerik.Cms.Engine.ContentHttpHandler, Telerik.Cms.Engine" />
<
add name="Libraries" urlRewriteFormat="~/{Provider}/{LibraryName}/[Name].sflb" urlDateTimeFormat="yy-MM-dd" urlWhitespaceChar="_" visible="False" defaultMetaField="Name" applicationName="/Libraries" allowVersioning="True" allowLocalization="False" localizationProviderName="" allowWorkflow="False" securityProviderName="" versioningProviderName="" connectionStringName="GenericContentConnection" type="Telerik.Libraries.Data.DefaultProvider, Telerik.Libraries.Data" tagEditorTemplate="~/Sitefinity/Admin/ControlTemplates/Libraries/BatchTagsEditor.ascx" />