Hello psynergy42,
If you are not using all the sections under configsections, you can modify the config section to contain only fiftyOne section group as shown,
<configSections>
<sectionGroupname="fiftyOne">
<sectionname="log"type="FiftyOne.Foundation.Mobile.Configuration.LogSection, FiftyOne.Foundation"requirePermission="false"allowDefinition="Everywhere"restartOnExternalChanges="false"allowExeDefinition="MachineToApplication"/>
<sectionname="redirect"type="FiftyOne.Foundation.Mobile.Configuration.RedirectSection, FiftyOne.Foundation"requirePermission="false"allowDefinition="Everywhere"restartOnExternalChanges="false"allowExeDefinition="MachineToApplication"/>
<sectionname="wurfl"type="FiftyOne.Foundation.Mobile.Detection.Wurfl.Configuration.WurflSection, FiftyOne.Foundation"requirePermission="false"allowDefinition="Everywhere"restartOnExternalChanges="false"allowExeDefinition="MachineToApplication"/>
</sectionGroup>
</configSections>
Also, please change the wurfl section to contain all the attributes
<wurfl wurflFilePath="~/App_Data/wurfl.xml.gz"
newDevicesURL="http://devices.51degrees.mobi/New.ashx"
newDeviceDetail="maximum"
useActualDeviceRoot="false">
Can you please try using the Default.aspx file which is under Mobile folder as provided in Detector sample? If you do that, you need to change your redirection section as shown below.
Please do not delete any attribute in this section.
<redirect
firstRequestOnly="true"
mobileHomePageUrl="~/Mobile/Default.aspx"
timeout="20"devicesFile="~/App_Data/Devices.dat"mobilePagesRegex="~/Mobile/"/>
Let me know if this helps!
- Thank You
- Amaresh