SlickUpload
Welcome Guest Search | Active Topics | Log In | Register

SlickUpload not working with multiple servers Options
b.nitesh
#1 Posted : Friday, November 20, 2009 4:16:24 PM
Rank: Newbie

Groups: Registered

Joined: 11/19/2009
Posts: 7
Location: Evanston, IL, USA

Hi SlickUpload team,

I have recently integrated SlickUpload 5.3 in my MVC.Net project and really appreciate its plug-and-play nature. After having tested the functionality on my local machine, I deployed a site with SlickUpload on our servers. However the upload process does not even initiate on the site. I have already double checked my web.config settings and cannot find another cause for its failure. The request hangs with its url ending in 'SlickUpload.axd?handlerType=upload&uploadId=d6e732ad-d076-49e5-97f8-5e93e22fbce4'. I'm sure its something others have encountered and I'm missing something small here. Thanks.

Axosoft
#2 Posted : Friday, November 20, 2009 4:48:32 PM
Rank: Administration


Groups: Administrators

Joined: 7/7/2005
Posts: 1,586
Location: Scottsdale, AZ

There are two possible issues that could cause this:

1) you're developing on the VS.NET webdev server or IIS6, but deploying on IIS7. If you're deploying on IIS 7, you need to add the IIS7 config elements referenced on this page: http://krystalware.com/Products/SlickUpload/Documentation/concepts/iis7.aspx.

2) you're running SlickUpload on multiple servers without using a status manager. SlickUpload supports a clustered configuration, but requires configuring a StatusManager to store upload progress in a central status store so it is accessible from all servers. Take a look at the Clustered sample for an example of using the built in SQL Server status manager to store status in a SQL Server database.

If neither of these seem to be the issue, email your view code, controller code, and web.config to chrish at krystalware dot com.

b.nitesh
#3 Posted : Friday, November 20, 2009 5:51:20 PM
Rank: Newbie

Groups: Registered

Joined: 11/19/2009
Posts: 7
Location: Evanston, IL, USA

Thanks a lot for your quick resposne Chris. I think it might be the second issue. Looking at the Clustered sample now...

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.