Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...04.09.02 -> 05.04.02 LinkClick.aspx gives error 40404.09.02 -> 05.04.02 LinkClick.aspx gives error 404
Previous
 
Next
New Post
6/14/2010 4:24 PM
 
sorry, but DNN 4.9 does require ASP.Net 2.0/3.0/3.5 and will not run on .Net 4.0

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/14/2010 7:09 PM
 
Interesting... Just for the trial, I made a file called LinkClick.aspx and uploaded this to the root folder (together with web.config) and for some reason this file is being loaded. My original plan was to run 5.4.2, but since I have 60 different instances of the document module in my site, it was very crucial to get LinkClick.aspx to work. So as soon as I get LinkClick.aspx to work again, I'll upgrade to 5.4.2 ... It seems like 4.9.4 is running fine on this server, except LinkClick.aspx issue.

I suspect the IIS config not to take care of the httphandler/handler part in web.config and thus causing me the misery :-( But I do not know what to tell the hosting provider. I'll google the web later today and see if I can find what is missing. I would appreciate any hints you could give me.
 
New Post
6/15/2010 7:01 AM
 
I have fixed it...

I think so. Just to share with you other guys, this is what I did:

I made this modification to my web.config:

In <system.WebServer>, <handlers> I added the <Remove name.../>  and changed runtimeVersionv2.0 to runtimeVersionv4.0: 

   <remove name="LinkClickHandler" />
   <add name="LinkClickHandler" path="LinkClick.aspx" verb="*" type="DotNetNuke.Services.FileSystem.FileServerHandler, DotNetNuke" preCondition="integratedMode,runtimeVersionv4.0"/>
   <add name="AJAX_ScriptResourceHandler" path="ScriptResource.axd" verb="GET,HEAD" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0"/>
   <add name="AJAX_AppServiceHandler" path="*_AppService.axd" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0"/>
   <add name="AJAX_WebServiceHandler" path="*.asmx" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0"/>
   <add name="LogoffHandler*" path="Logoff.aspx" verb="*" type="DotNetNuke.Services.Authentication.LogOffHandler, DotNetNuke" preCondition="integratedMode,runtimeVersionv4.0"/>
   <add name="RSSHandler" path="RSS.aspx" verb="*" type="DotNetNuke.Services.Syndication.RssHandler, DotNetNuke" preCondition="integratedMode,runtimeVersionv4.0"/>
   <add name="CaptchaHandler" path="*.captcha.aspx" verb="*" type="DotNetNuke.UI.WebControls.CaptchaHandler, DotNetNuke" preCondition="integratedMode,runtimeVersionv4.0"/>
</handlers>

And now it plays... so I can try to upgrade again...
 
New Post
10/5/2010 4:29 PM
 
Hi, I have this same error after doing a fresh install of 5.5.1 on IIS with .NET 4.0 and Integrated Pipeline and I had to do a kludge to fix the issue for my client. Here is my situation: 1. Created a folder in Secure - Filesystem 2. Set Folder Security Settings: a. Registered Users - Open files in folder, Browse files in folder b. Subscribers - Open files in folder, Browse files in folder c. Administrators - full control with all permissions granted 3. Added a PDF to the secure folder 4. Updated the Home.aspx page to have an HTML module with the following link: /pages/apps/LinkClick.aspx?fileticket=d7TUZJeQWXI%3d When a user is logged in they can click the link and view the PDF file without any issue. When a user is NOT logged in and they click the link they receive the exact 404 error as this thread describes. I would have assumed they would be redirected to the login page since they are not authorized to view the PDF file. My solution: 1. Enabled customerrors in the web.config 2. Created my own custom registration.aspx page and set it in the Site Settings 3. Modified the ErrorPage.aspx.vb to look for linkclick.aspx (otherwise errors are handled normally) If Request.Url.LocalPath.ToLower.EndsWith("linkclick.aspx") Then Response.Redirect("/pages/apps/registration.aspx") End If So, now if a user clicks the link, and they aren't logged in, they get redirected to the registration.aspx page where they can signup or login if they are already registered. I hope this helps someone facing the same issue.
 
New Post
11/15/2010 10:34 PM
 
Hi everyone, I would like to add some information about this issue as it applies to my setup. This problem happened to me when my host system writes to the web.config file. The "WebsitePanel" (Open Source) doesn't keep track of the <system.webServer> DNN handlers. When it writes they are gone. I finally added a set of handlers and commented them out. When my .png and LinkClick start acting up, I just go in make a copy and uncomment them and I am running again.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...04.09.02 -> 05.04.02 LinkClick.aspx gives error 40404.09.02 -> 05.04.02 LinkClick.aspx gives error 404


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out