Contact us
Home
Products
Ultra Media Gallery 8
Overview
Feature Highlights
Sample Galleries
Galleria (UMG 8.5)
Translucent Slider (UMG 8.4)
Tonic Gallery (UMG 8.3)
Slider Master (UMG 8.2)
Carousel Evolution (UMG 8.1)
Spotlight Slider ( UMG 8.1)
TripleLayerSlider | homepage slider
MediaLibrary | mixed media gallery
WidescreenTour2 | stills & trailers
Piecerotator | multi media rotator
Html Slideshow | image slideshows
Widescreenshowroom | showcase
UMG Professional | photo gallery
UMG Classic | RSS subscription
Shooting places on Google maps
Virtual Tour
Photo calendar
Trial & Downloads
Testimonials
Release Notes
Ultra Video Gallery 4
Overview
Feature Highlights
Release Notes
Sample Sites
Reviews
Sample Videos
Trial & Downloads
Ultra News Article 1.1
Overview
Feature Highlights
Sample
Save as PDF
Custom development
Downloads
Buy now
License Upgrade
Support
Host Partnership
If you are looking for good DNN hosting, then PowerDNN is the
best DNN host
around!
Need a custom module?
Should you have any questions about custom DNN modules or web projects, please
let us know
.
Latest Discussions
Empty Gallery. UMG 8.5
by Diego Juzgado
I have delete all medias and albums from a gallery module and now, I can't acces...
pause at the end of a slider display
by Brazos Donaho
Was wondering if it would be possible to have an option that could control if th...
Require login to post comments
by Marty Goldberg
Is there a way to require users to login before they can post a comment on a vid...
UVG 3 Pro error with 'BizModules.UltraVideoGallery.Professional.dll
by min nol
Hi , please help me on this error. installation process was successfull but afte...
Amazon S3 Scheduler Issues
by Brad Bamford
I ran the Amazon S3 configuration wizard and it created a bucket for me. I ca...
Home
>
Support
Support Forum
Unanswered
Active Topics
Forums
Search
Forums
>
Ultra Video Gallery
>
General Questions
Subject: Using UVG in IIS 7 integrated pipeline mode
Prev
Next
You are not authorized to post a reply.
Author
Messages
Oldest First
Newest First
Pengtsen R
Posts:11264
06/09/2009 10:49 AM
The prior versions of UVG doesn't work in this mode because the neatupload 1.2 component in UVG doesn't work. since UVG 3.1.3 we upgraded the neatupload component in UVG to 1.3 and now UVG works in this mode.
If your site run in integrated pipeline mode, please ensure your UVG version is 3.1.3 +.
It should work fine when you upload small files, however, when you upload big files in UVG you may get this problem:
1, after clicking "Upload" button, you see a "Loading..." message below the file selection control.
2, the "Loading..." message never disappear.
3, a few minutes later, you get a "this page couldn't be displayed" error, or similar.
if so, you need to overcome the IIS 7 max allowed content length limitation, to do this, please add these lines to configuration/system.webServer node in your web.config:
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="xxxxxxxx"></requestLimits>
</requestFiltering>
</security>
xxxxxxxx is the max file size you can upload (in bytes), for example, if you want it to be 100MB, just use 100000000.
Pengtsen R
http://www.bizmodules.net
Steven Webster
Posts:91
11/11/2010 12:15 PM
Pengsten,
I'm running into an issue with NetUpload when installed alongside iFinity's URLMaster. Basically net upload is throwing an error when I try and login to DNN.
DNN 5.5.1
UVG 4.x (latest)
URL Master 2.2.2
IIS 7 (In Integrated Pipeline Mode)
When URL Master is on I get this error below when trying to log in. This is well documented on iFinity's website here (http://www.ifinity.com.au/Products/Support_Forums/forumid/8/postid/5424/scope/posts#5424) but your post says that the latest version of NetUpload should work in Integrated Pipeline mode.
AssemblyVersion: 5.5.1
PortalID: 0
PortalName: MySite
UserID: -1
UserName:
ActiveTabID: 95
ActiveTabName: Forums
RawURL: /Community/Forums/tabid/95/ctl/Login/Default.aspx?returnurl=%2fCommunity%2fForums%2fdnnOsphere%2fWelcome%2f
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://mysite.com/Community/Forums/tabid/95/ctl/Login/Default.aspx?returnurl=%2fCommunity%2fForums%2fdnnOsphere%2fWelcome%2f
UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 70fce212-33d9-4c79-ac97-a0378e1c8c9d
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: Brettle.Web.NeatUpload.Internal.Module.FilteringWorkerRequest.ParseMultipart
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Brettle.Web.NeatUpload.Internal.Module.FilteringWorkerRequest.ParseMultipart() at Brettle.Web.NeatUpload.UploadHttpModule.WaitForUploadToComplete() at Brettle.Web.NeatUpload.UploadHttpModule.Application_ResolveRequestCache(Object sender, EventArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
Source:
Server Name: SERVERNAME
Steven Webster
dnnOsphere.com, An Independant Community for DNN Users
Pengtsen R
Posts:11264
11/16/2010 12:31 AM
in web.config, find httpModules and Modules section, you can find neatupload under these 2 sections. make sure neatupload is in the 1st line of these sections.
Pengtsen R
http://www.bizmodules.net
Reginald Marable
Posts:35
04/22/2011 8:15 AM
In a new installation, when running the configuration wizard, I get to the part where it is going to modify my web.config and I get a Server Error in '/' Application;
--------------------------------------------------------------------------------
The HttpRuntime.ProcessRequest method is not supported by IIS integrated pipeline mode.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.PlatformNotSupportedException: The HttpRuntime.ProcessRequest method is not supported by IIS integrated pipeline mode.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[PlatformNotSupportedException: The HttpRuntime.ProcessRequest method is not supported by IIS integrated pipeline mode.]
System.Web.HttpRuntime.ProcessRequest(HttpWorkerRequest wr) +2847138
Brettle.Web.NeatUpload.DecoratedWorkerRequest.ProcessRequest(Object state) +46
Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) +532
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
---------------------------------------------------------------------------------------------------
I tried classic app mode in the application pool. i tried moving the neatupload to the top of the modules and httpmodules sections of the web.config. No Luck. Please help.
Reginald Marable
Posts:35
04/22/2011 8:29 AM
It appears I have uvg pro bersion 3.06. I do not have version 3.1.3 or above. Looks like I will be rebuilding my entire site. Since what ever the previous version did to my web.config, I cannot bring up my website to uninstall the previous version.
Reginald Marable
Posts:35
04/22/2011 8:32 AM
I did find that I had version 3.1.1, but from the start of this post, it sounds like it won't help me.
Pengtsen R
Posts:11264
04/24/2011 7:31 AM
you can download UVG 3.1.x from snowcovered "My Downloads" page.
Pengtsen R
http://www.bizmodules.net
You are not authorized to post a reply.
Ultra Media Gallery
--<b>General Questions</b>
--<b>Support Questions</b>
--<b>Suggestions and Ideas</b>
Ultra Video Gallery
--<b>General Questions</b>
--<b>Support Questions</b>
Ultra News Article
--<b>General Questions</b>
--<b>Support Questions</b>
--<b>Feature Suggestions</b>
Save as PDF
--<b>General Questions</b>
--<b>Support Questions</b>
Forums
>
Ultra Video Gallery
>
General Questions
> Using UVG in IIS 7 integrated pipeline mode
ActiveForums 3.7