Dart Home | PowerWEB File Upload for ASP.NET | Custom Development | Reply | PowerWEB File Upload for ASP.NET Topics | Forums |
Author | Forum: PowerWEB File Upload for ASP.NET Topic: Dot Net Nuke issues in .net 4.0 implementation |
jwarner@jobson.com jwarner@jobson.com From: Colorado Springs, CO USA Posts: 2 Member Since: 07/19/12 |
posted July 19, 2012 1:25 PM When adding the required entry to the <system.webServer> <modules> section of the web config DNN (5.6) is no longer able to navigate to some pages of the site. <system.webServer> <modules> <add name="FileUploadModule" type="Dart.FileUpload.FileUploadModule,Dart.FileUpload" preCondition="managedHandler" /> <add name="CallbackManagerEx" type="Dart.FileUpload.CallbackManager,Dart.FileUpload" preCondition="managedHandler" /> <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" preCondition="managedHandler" /> <add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" preCondition="managedHandler" /> <add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules" preCondition="managedHandler" /> <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules" preCondition="managedHandler" /> <add name="Exception" type="DotNetNuke.HttpModules.Exceptions.ExceptionModule, DotNetNuke.HttpModules" preCondition="managedHandler" /> <add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnline.UsersOnlineModule, DotNetNuke.HttpModules" preCondition="managedHandler" /> <add name="DNNMembership" type="DotNetNuke.HttpModules.Membership.MembershipModule, DotNetNuke.HttpModules" preCondition="managedHandler" /> <add name="Personalization" type="DotNetNuke.HttpModules.Personalization.PersonalizationModule, DotNetNuke.HttpModules" preCondition="managedHandler" /> <add name="Analytics" type="DotNetNuke.HttpModules.Analytics.AnalyticsModule, DotNetNuke.HttpModules" preCondition="managedHandler" /> <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI" preCondition="managedHandler" /> </modules> It does not seem to matter where the entries are ordered in the list. Just the inclusion of these lines is causing a "resource not found" error. We have implemented URL re-writing using the Application_BeginRequest in the Global.asax.vb file. The code only looks for a custom error page being called and re-directs based on values in path. Any assistance is greatly appreciated. Jeff Warner... |
Tony Priest From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted July 19, 2012 1:44 PM Have your tried using our scripts externally? If you search the FileUpload help file for 'dotnetnuke' you will find instructions. Let me know if that helps. |
jwarner@jobson.com jwarner@jobson.com From: Colorado Springs, CO USA Posts: 2 Member Since: 07/19/12 |
posted July 19, 2012 3:54 PM Yes, we are using the web.config entry for the scripts folder and have included the scripts folder in our project. If I remove the web.config entries that are causing the issue in the system.webServer modules then the site works fine but the fileUpload control is then getting and server error. |
Tony Priest From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted July 19, 2012 4:22 PM What happens if you eliminate the code in the Application_BeginRequest event? |
Reply | PowerWEB File Upload for ASP.NET Topics | Forums |
This site is powered by PowerTCP WebServer for ActiveX |