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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Fresh DNN 5.5.1Fresh DNN 5.5.1
Previous
 
Next
New Post
9/24/2010 12:22 PM
 
This problem with the LinkClick handler (and also the Captcha handler, etc.) stems from the AppPool running under ASP.Net 4.0 and the need for some minor changes to be made to web.config.  Find the following <handlers> section inside of the <system.webServer> node:

<handlers>

<add name="LogoffHandler*" path="Logoff.aspx" verb="*" type="DotNetNuke.Services.Authentication.LogOffHandler, DotNetNuke" preCondition="integratedMode,runtimeVersionv2.0" />

<add name="RSSHandler" path="RSS.aspx" verb="*" type="DotNetNuke.Services.Syndication.RssHandler, DotNetNuke" preCondition="integratedMode,runtimeVersionv2.0" />

<add name="LinkClickHandler" path="LinkClick.aspx" verb="*" type="DotNetNuke.Services.FileSystem.FileServerHandler, DotNetNuke" preCondition="integratedMode,runtimeVersionv2.0" />

<add name="CaptchaHandler" path="*.captcha.aspx" verb="*" type="DotNetNuke.UI.WebControls.CaptchaHandler, DotNetNuke" preCondition="integratedMode,runtimeVersionv2.0" />

<add name="UserProfilePageHandler" verb="*" path="User.aspx" type="DotNetNuke.Services.UserProfile.UserProfilePageHandler, DotNetNuke" preCondition="integratedMode,runtimeVersionv2.0" />

<add name="SitemapHandler" path="Sitemap.aspx" verb="*" type="DotNetNuke.Services.Sitemap.SitemapHandler, DotNetNuke" preCondition="integratedMode,runtimeVersionv2.0" />

<add name="RadProgressHandler" verb="*" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.Upload.RadUploadProgressHandler, Telerik.Web.UI" preCondition="integratedMode" />

<add name="Telerik.Web.UI.WebResource" verb="*" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" />

<add name="Telerik.Web.UI.ChartHttpHandler" verb="*" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4" />

<add name="HtmTemplateFileHandler" verb="*" path="*.htmtemplate" type="DotNetNuke.HtmlEditor.TelerikEditorProvider.HtmTemplateFileHandler, DotNetNuke.HtmlEditor.TelerikEditorProvider" preCondition="integratedMode" />

</handlers>

Whereever you see preCondition="integratedMode,runtimeVersion2.0" change it to either preCondition="integratedMode" or to preCondition="integratedMode,runtimeVersion4.0". Either value for preCondition will work - still not sure which is most appropriate. I had logged this as an issue in Gemini a while back but it was not on the top of the list of fixes for this release.


Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
9/24/2010 12:40 PM
 
Thanks a lot!

Sorry i couldnt see that, last week i´ve fixed the CAPTCHA not showing on my other web apps and it was just that...
One thing, when i open my web app remotely thru ISS Manager 7 i´ve noticed that the LinkClick.aspx and LOGOUT... inside the Handdler Mappings, both have an entry type as "local", all the other handlers are set to "inherited".

...i´ll let everyone know how it worked. Thank You!

mPowered by realhacker.net
 
New Post
9/24/2010 4:36 PM
 
Done! You were right Bill, i recomend to evryone to change the web.config handlers to preCondition="integratedMode,runtimeVersionv4.0" .
Without runtimeVersionv4.0 some handlers hang, not sure why but after some minutes the site it becomes frozen and this it happened twice in a row, is like is never gonna finish loading and is unreachable.
It looks like once changed the preCondition there are no more errors and lots of things work normal...

Thank you DNN Team!

Teste this on ISS7 with the latest updates on ASP.NET 4 Framework. / DotNetNuke 5.5.1

mPowered by realhacker.net
 
New Post
10/5/2010 9:06 AM
 

Hi -

I had a similar problem and I found it was due to the .NET Framework 4.0. When you assign the Framework 4.0 to an application it modifies the httphandlers and append the parameter preCondition="integratedMode,runtimeVersionv2.0" . The problem for me was solved by removing the ",runtimeVersionv2.0" part of it. I found this solution in the following post:

http://www.mitchelsellers.com/blogs/articletype/articleview/articleid/342/running-dotnetnuke-with-net-40.aspx

I hope this helps!

 
New Post
10/5/2010 11:10 AM
 
Thanks, but still i´m not clear about this issue as if i remove all ",runtimeVersionv2.0" it still breaks some modules...

I´m sorry to say this, i have two years now since i´ve first used DNN and to tell the truth i´ve learned a lot but to be honest at this time i´m looking to see if i can find another CMS as DNN is becoming with every release more and more unstable and slow.

DotNetNuke is ok and you can do so many things with it and the way it can be extended is unbelievable, but lets be honest, DNN on a shared environment is NOT RECOMENDED for an every day use.

Not sure if i explain myself very well, i´m currently running two DNN sites, one at PowerDNN and one at DiscountASP.NET... the both hosting platforms are offering almost the same performance, but the problems are the same in any direction cause both instalations are running in an isolated environment with a small/limited amount of memory and lots of restrictions.

I´ve invested a lot ($) in modules and software from the SNOWCOVERED market but this is in the end for nothing cause if you buy a module it is very possible that with the next release of the DNN something goes wrong and is more likely to find yourself again surfing the forums and the community to fix something what you think it should be working fine. Also i´m currently maintaining another installation for one of my clients on a VPS and it was a trouble to make it work at the begining but in the end with the help of the community i´ve succeded...

I´m not trying to encourage anyone to change from DNN as i find it for myself dificult at this moment to start again with another CMS but i just cannot lose any more time fixing and fixing and spending nights to make it work as it should. It´s ok to find a bug or a minor error somewhere inside your site and ofcourse report it to the community and trying to fix it all toghether, but to find that a "change" it was made by the DNN team and so your site goes down or a module that you have bought just does not work anymore, well, in my opinion this is unacceptable. :(

In the hope that maybe someone from the DNN core team will read this, in my opinion DNN is going to a wrong direction, maybe you/we should test more a new release before it is ready for a "stable" status. I´ve noticed that many developers from the SNOWCOVERED market are left behind and this is their opinion also.
Oh,yes, i know, the community edition is free, and we all thank you for this, this is the biggest community i belive, or not!?
We are here to help and get help, but think a litle bit, this are not just my words, maybe i´m speaking for the entire comunity and in my these two years with DNN i´ve seen lots of my friends moving to other CMS like umbraco or kentico or mojo... Why is that!? Well, two years ago when i´ve started with DNN the first thing i´ve found in a forum dedicated to DNN is that "IT IS NOT RECOMENDED" on a shared environment... 

...a small "begginer´s advice", maybe DNN it should begin using a more BASIC structure, at least one "dedicated" for those ho are using a shared environment cause if not, mark my words, DNN will lose ground very fast in what is going to come in the CMS market...

mPowered by realhacker.net
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Fresh DNN 5.5.1Fresh DNN 5.5.1


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