Howdy,
I'm using DNN 7.04.01 and for the most part its working out great for my needs.
I've got 1 page and 1 page only that is running very slowly. i was able to get remote debugging working, but i don't think i did it right.
i used the 7.04.01 source , opened it in visual studio 2013, compiled in debug mode , attatch remote debugger and tried setting some break points in the local version of default.aspx.cs and i got the error no symbols have been loaded your break points won't be hit. and they were not hit.
then i tried dragging in default.aspx.cs from the remote server , and all of a sudden my break points were actually being hit.
Side note / issue SkinPlaceHolder.Controls.Add(ctlSkin); on line 755 takes about 10-13 seconds for just 1 page (it has a dnn form on it) but that same step runs fine for every other page on the site.
but this strikes me as not the correct way to remote debug, I've been trying to debug the PageBase,ca, BasicUrlRewriter.cs , FriendlUrls.acsx.cs and a few others but those break points never get hit.
i tried compiling in debug mode and copying the .pdbs to the /bin folder on the remote server, but still nothing.
any ideas what i'm doing wrong ?
thank you very much.