Hi, I have upgraded from DNN 6.1 to 7.00.02, and even though the upgrade went through successfully, I am experiencing the following error when i try to download a file from the site:
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: /LinkClick.aspx
The website was running in a 3.5 app pool, so I changed this to 4.0 for the upgrade.
After a bit of searching i noticed a few posts suggesting changing the runtime version number (from 2.0 to 4.0) for the following line in the web.config..
<add name="LinkClickHandler" path="LinkClick.aspx" verb="*" type="DotNetNuke.Services.FileSystem.FileServerHandler, DotNetNuke" preCondition="integratedMode,runtimeVersionv4.0" />
But this didn't make a difference. Have also tried removing the "integratedMode,runtimeVersionv4.0" bit altogether (as per another post).
If i try and load a page like this: http://mysite/LinkClick.aspx?link=1 I would expect it to display the homepage, but it doesn't, it shows the above error.
I've been looking into this for a while and am a bit stumped and wondered if anyone could suggest anything?
Many thanks,
Matt