I'm getting this with the gallery module as well, running win server 2003.
DNN installed fine, I've installed Gallery modules, then clicked the menu and add file.
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /PhotoGallery/tabid/56/ctl/AlbumEdit/mid/412/path/ /currentstrip/1/action/addfile/Default.aspx
My URL is PhotoGallery/tabid/56/ctl/AlbumEdit/mid/412/path/%20/currentstrip/1/action/addfile/Default.aspx and you can see the %20 it threw in there. If I replace "/%20/" with "/", it will take me to the next page as it should. Where can I remove this extra space & "/"?
What Can i do to handle this error?
your answer is highly appreciated