NeatUpload and Windows 2008 Server

Posted by Johan Cyprich on 11 Jul 2008 | Tagged as: Tech Tips

NeatUpload will not work by default when used with Windows 2008 Server. Like many other web applications that you install from earlier Windows servers, you need to make modifications to the web.config file.

First of all, you need to make sure that the component is installed properly. This procedure is described in its documentation. Then you need to make the following change (in bold) in web.config:

<httpModules>
     <remove name="ScriptModule" />
     <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
     <add name="UploadHttpModule" type="Brettle.Web.NeatUpload.UploadHttpModule, Brettle.Web.NeatUpload" />
</httpModules>

The component should function normally now. You can read the post on the Brettle web site where this question was answered by Dean Brettle.


Related posts:
    Downloading a PPD File on Windows 2008 Server
    It’s Not a Bug … It’s a Feature!
    Fixing File Upload Size Limit in IIS 7
    Fixing web.config for Windows 2008 Server Web Applications

Share this post:

del.icio.us:NeatUpload and Windows 2008 Server digg:NeatUpload and Windows 2008 Server spurl:NeatUpload and Windows 2008 Server wists:NeatUpload and Windows 2008 Server simpy:NeatUpload and Windows 2008 Server newsvine:NeatUpload and Windows 2008 Server blinklist:NeatUpload and Windows 2008 Server furl:NeatUpload and Windows 2008 Server reddit:NeatUpload and Windows 2008 Server fark:NeatUpload and Windows 2008 Server blogmarks:NeatUpload and Windows 2008 Server Y!:NeatUpload and Windows 2008 Server smarking:NeatUpload and Windows 2008 Server magnolia:NeatUpload and Windows 2008 Server segnalo:NeatUpload and Windows 2008 Server gifttagging:NeatUpload and Windows 2008 Server

Follow Me:

Did you find this post interesting and useful? You can keep up to date on this blog by subscribing to my RSS feed, or you can have new posts sent to you by e-mail. You can also follow me on Twitter.


Trackback This Post | Subscribe to the comments through RSS Feed

Leave a Reply