FileUp works with the .NET 2.0 framework. However, the sample web application that is shipped with the current installer is not configured for .NET 2.0. A change must be made to the configuration file (web.config or machine.config), or the following error message will be generated:
System.Web.HttpException:
There is no build provider registered
for the extension '.uplx'.
You can register one in the <compilation><buildProviders>
section in machine.config or web.config.
A build provider must be specified for the '.uplx' file extension. This was not neccessary in version 1.0 or 1.1 of the .NET framework. This requires changes to our current instructions for configuring your web.config or machine.config files.
|