quest4denali
 Posts:63

| | 04/09/2007 2:52 PM |
| Hi,
Just installed DNN 4.5 and am running into an issue the new FAQ module. Seems like there is an issue with the AJAX call. I've included below my excludepath entry. Do you know what addition I need to make to avoid this issue?
< EXCLUDEPATHS> < PATH excludeFrom="All" pattern="ctl.*?(edit|module|tab)" />
< PATH pattern="46" />
< PATH pattern="58" />
< PATH excludeFrom="All" pattern="MakeThumbnail\.aspx|LinkClick\.aspx|\.axd|\.asmx|\.asxh|FileManager|Cart|Install|Downloads|Login" /> < /EXCLUDEPATHS>
Thanks in advance
| | | |
|
|
|
quest4denali
 Posts:63

| | 04/09/2007 3:13 PM |
| Realised that my exclude entry didn't go through.
path pattern="MakeThumbnail\.aspx|LinkClick\.aspx|\.axd|\.asmx|\.asxh|FileManager|Cart|Install|Downloads|Login" excludeFrom="All"
| | | |
|
John Mitchell Posts:3084


| | 04/09/2007 3:19 PM |
| I updated the previous post. To post code you need to put a space after the < characters.
In DNN 4.5 there is a new HttpModule called ScriptModule in the web.config. Move the entry for that one above the entry for PageBlaster.
| | | |
|
quest4denali
 Posts:63

| | 04/09/2007 3:44 PM |
| It is interesting, it still seems to be causing issues with the callback, directly after the Loading... is completed. If I exclude the page it works.
< add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite" /> < add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> < add name="PageBlaster" type="Snapsis.HttpModules.PageBlaster.PageBlasterModule, Snapsis.HttpModules.PageBlaster" /> < add name="Exception" type="DotNetNuke.HttpModules.ExceptionModule, DotNetNuke.HttpModules.Exception" /> < add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnlineModule, DotNetNuke.HttpModules.UsersOnline" /> < add name="DNNMembership" type="DotNetNuke.HttpModules.DNNMembershipModule, DotNetNuke.HttpModules.DNNMembership" /> < add name="Personalization" type="DotNetNuke.HttpModules.PersonalizationModule, DotNetNuke.HttpModules.Personalization" />
| | | |
|
John Mitchell Posts:3084


| | 04/09/2007 3:56 PM |
| I just checked your site and it looks like you are not using the latest DLL I sent you. Try putting the latest one in the /bin folder.
I'll also be sending you another one with the User-agent tracking soon (to see if we can pinpoint a difference in IE & FF). | | | |
|
quest4denali
 Posts:63

| | 04/09/2007 4:13 PM |
| Hi John, When I updated with the latest dll this issue goes away. But, due to the issue you've been working on I had to revert back since for some reason it is not ignoring tabid 58 ( the repository ) and no one is able to download my programs. For now I'll simply use the older version and exclude the FAQ tab. Thanks for your help with everything. Do you think that the new user-agent tracking will allow for me to exclude the Repository module or page?
Thanks again.
| | | |
|
quest4denali
 Posts:63

| | 04/09/2007 4:18 PM |
| | what is very interesting is using FF and BP set to the highest with DNN 4.5 I'm able to take off about .5 second of load time using 6 concurrent browsers. It is very exciting to see a product have just a big effect on the overall performance of a site. | | | |
|