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...Administration ...Administration ...CanCan't find ScriptResource.axd after 4.5 upgarde
Previous
 
Next
New Post
5/1/2007 1:08 PM
 

Same problem here. I've updated my web.config file with all the proper information (post upgrade), yet I can't find anything pertaining to the ScriptResource.axd. I'm not certain what should be added to the HttpHandler section in the web.config.

It's worth noting that my site has been functioning fairly well since the upgrade, I just noticed more time-outs than usual and when I check the event viewer, it is full of exceptions. All of which are related to the ScriptResource.axd.

Also, since I've updated the web.config with the info from the release.config and added my specific information, my site is timing out on virtually every page. Any help is greatly appreciated.

 
New Post
5/1/2007 3:36 PM
 

I wish I could help you, I upgraded to 4.5.1, and due to a stupid mistake I lost my backup of 4.5.0.  So, now I'm stuck with a copy of DNN that generating exception errors every few minutes, AD authentication doesn't work, and I keep getting mysterious exception errors to a module I uninstalled a long time ago (http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/89/threadid/128636/scope/posts/Default.aspx). 

Something is really screwy with 4.5.1, and I don't know what it is.  I'm running it on two other (hosted) servers right now with no problems, but this install (of course, my main one) is really suffering.

 

 

 
New Post
5/2/2007 4:23 AM
 

The items in blue below should fix your issues.

    <httpModules>
      <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
      <add name="Compression" type="DotNetNuke.HttpModules.Compression.HttpModule, DotNetNuke.HttpModules.Compression"/>
      <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite"/>
      <add name="Exception" type="DotNetNuke.HttpModules.ExceptionModule, DotNetNuke.HttpModules.Exception"/>
      <add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnlineModule, DotNetNuke.HttpModules.UsersOnline"/>
      <add name="DNNMembership" type="DotNetNuke.HttpModules.DNNMembershipModule, DotNetNuke.HttpModules.DNNMembership"/>
      <add name="Personalization" type="DotNetNuke.HttpModules.PersonalizationModule, DotNetNuke.HttpModules.Personalization"/>
      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
    </httpModules>
    <httpHandlers>
      <!-- This is for CAPTCHA support -->
      <add verb="*" path="*.captcha.aspx" type="DotNetNuke.UI.WebControls.CaptchaHandler, DotNetNuke" />
      <!-- This is for Serving files, secure, insecure, from database -->
      <add verb="*" path="LinkClick.aspx" type="DotNetNuke.Services.FileSystem.FileServerHandler, DotNetNuke"/> 
      <!-- This adds syndication support -->
      <add verb="*" path="RSS.aspx" type="DotNetNuke.Services.Syndication.RssHandler, DotNetNuke"/>
      <!-- ASP.NET AJAX support -->
      <remove verb="*" path="*.asmx"/>
      <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
      <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
      <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
    </httpHandlers>

 
New Post
5/2/2007 10:30 AM
 

Yep, already have all those lines, checked them character-for-character.

 
New Post
5/2/2007 2:49 PM
 

Okay, I did some more investigative work on it this afternoon.  The reason I cannot find the SimpleAuth.asmx file is simply because there isn't one on that server!  I did some more research on it, and found that my WSUS server has this installed, but it appeared to be part of the WSUS install.

So, my questions are "where is this supposed to be located?", and "what was supposed to install it?".

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...CanCan't find ScriptResource.axd after 4.5 upgarde


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