Hi Jon,
I tried that and it is still not working. Here is my code:
<navigationControl defaultProvider="MyProvider">
<providers>
<clear />
<add name="MyProvider" type="MyProvider.Type, MyProvider.Type" />
</providers>
</navigationControl>
If only this part in the web config is left, my menu do not work. If I change it to this one though:
<navigationControl defaultProvider="SolparMenuNavigationProvider">
<providers>
<clear />
<add name="SolparMenuNavigationProvider" type="MyProvider.Type, MyProvider.Type" />
</providers>
</navigationControl>
my menu is loaded, even though the provider name is not mine.
An exception is thrown in the first case. You can see the behavior even if you leave only the AspNavigationProvider (delete all the rest from the web.config). Changing only the defaultProvider property in web.config do not update the menu as it should.
Thanks for your help.
Regards,
Petar