I moved the "section name..." stuff down past the </sectiongroups>
Now I am one step further along.
I re-cloned my production system and did a test upgrade to DNN4.8.2 today before I decided to re-try your googlesitemap. Note: Both my production system and clone run Snapsis PageBlaster V3.0 which I am doing some of the testing for John Mitchell.
My localhost clone has an external of http://dsnow2.dnsalias.com/asi3/
At first when I tried http://dsnow2.dnsalias.com/asi3/GoogleSiteMap.axd I got a 404 error. Then I disabled PageBlaster and got
<urlset>
−
<!--
An Exception has occured : Object reference not set to an instance of an object. at DotNetNuke.Services.Localization.Localization.GetEnabledLocales()
at DotNetNuke.Common.Globals.NavigateURL(Int32 TabID, Boolean IsSuperTab, PortalSettings settings, String ControlKey, String Language, String[] AdditionalParameters)
at DotNetNuke.Entities.Tabs.TabInfo.get_FullUrl()
at iFinity.DNN.Modules.GoogleSiteMap.GoogleSiteMapProvider.GetTabURL(TabInfo ti)
at iFinity.DNN.Modules.GoogleSiteMap.GoogleSiteMapProvider.GetSitePages(String siteUrl)
at iFinity.DNN.Modules.GoogleSiteMap.GoogleSiteMapProvider.GetGoogleSiteMap(String siteURL)
-->
</urlset>
There are no exceptions in the log viewer.
Adding \.axd to the exclude path for PageBlaster V3.0
<path pattern="(\.axd|ListX|\.ashx|LinkClick|rss|install|thumb|wizard|cart|\.asmx)" excludeFrom="All" />
Got rid of the 404 error with PageBlaster, but I still have the exception with no entry in the log.
Any Ideas on this one? Config error or what.
I'll ask John if he thinks that axd should or should not be included in his default PB.config file.
/DaveS