Home     Products      Support      Corporate     Sign In 
Support Knowledge Base, Article 1335
Product
FileUp
Title
HOW-TO: Install FileUp on Windows Vista and Windows 7
Problem
FileUp version 5.4 and above can be installed on Windows Vista or Windows 7 without any special considerations. FileUp versions 5.1.1 through 5.3.3 can also be installed on these operating systems, but it requires some additional configuration depending on whether the installation is for ASP or ASP.NET and whether the samples are being installed or not.

This article describes the steps needed to successfully run the FileUp 5.1.1 - 5.3.3 installer on both Windows Vista and Windows 7.
Solution

Again, starting with version 5.4, the FileUpSE installer should work fine with Windows Vista or Windows 7.

Note: These instructions are for installing FileUp versions 5.1.1 through 5.3.3, as well as the FileUp samples, on Windows Vista or Windows 7 (32 or 64 bit).


Installing without the samples

  1. Run the installer.
  2. Under Setup Type, select Custom.

  3. Uncheck ASP/ASP.NET Solution and Samples



  4. Follow the prompts until the completion.
FileUp is now installed, but additional configuration may be required before using FileUp in any applications. See
Next Steps.

Installing with the samples

When installing the samples there is one main consideration: the current version of the FileUp installer cannot install the samples on Windows Vista or Windows 7 unless IIS is set to be IIS6 Compatible. After the installation IIS can be set back to native IIS7 mode (IIS 7.0 for Windows Vista and IIS 7.5 for Windows 7).

In order to install FileUp along with the samples on Windows Vista or Windows 7, follow these steps:

Step 1: Set IIS7.x to be IIS6 compatible

  1. Go to Start > Control Panel > Programs and Features
  2. On the left pane, click on Turn Windows Features On or Off. This will open the Windows Features Window.



  3. In the Windows Features window, check IIS6 Management Compatibility.




  4. Click OK.

Step 2: Run the FileUp Installer

  1. Run the installer.
  2. Continue through the entire installation.
FileUp is now installed on your machine, but futher configuration is required to run the samples.

Step 3: Set the Samples Application Pool in IIS

32-bit OS

Change SAFileUpSamples virtual directory to work in a Classic .NET pipeline mode (Note: even if you are not using the .NET samples, this change is required because the samples application includes both classic ASP and ASP.NET samples):

  1. Go to Start > Control Panel > Administrative tools > Internet Information Services (IIS)
  2. Go to Administrator > Sites > Default Web Site and right click SAFileUpSamples
  3. Go to Manage Application > Advanced Settings.
  4. In Advanced Settings, under General select Application Pool and clcik the button that appears when selected. This will opent he Select Application Pool window.
  5. Change the Application Pool setting from DefaultAppPool to Classic .NET AppPool from the drop-down.



  6. Click OK.

64-bit OS

Create a new application pool in IIS that is set to use the Classic .NET pipeline mode and turn on the Enable 32-bit Applications swtich for that application pool:

  1. Go to Start > Control Panel > Administrative tools > Internet Information Services (IIS)
  2. Right click Application Pools from the left pane and select Add Application Pool
  3. In the Add Application Pool window, enter a name for the application pool, for example "FileUp Classic .NET AppPool 32-bit", and set the managed pipeline mode to Classic



  4. Click OK.
  5. Go back to the Application Pools on the left pane in IIS.
  6. Select and right-click the newly created application pool from the middle pane and go to Advanced Settings.
  7. In the Advanced Settings window set the Enable 32-bit Applications switch to True.



  8. Click OK.
  9. Go to Administrator > Sites > Default Web Site and right click SAFileUpSamples
  10. Go to Manage Application > Advanced Settings.
  11. In Advanced Settings, under General select Application Pool and clcik the button that appears when selected. This will opent he Select Application Pool window.
  12. Change the Application Pool setting from DefaultAppPool to the newly created application pool from the drop-down.
  13. Click OK.
The following step (4) is for configuring the ASP.NET samples. If only the classic ASP samples are needed, skip to step (5).

Step 4: Add the UPLX extension

These instructions are for the .NET samples ONLY.

  1. Go to the SAFileUpSamples virtual directory in Feature View
  2. Under the IIS section double-click Handler Mappings

    <

  3. From the menu on the right, choose Add Script Map
  4. On the first text box enter: *.uplx
  5. Click the browse button.
  6. Go to C:\Windows\Microsoft.NET\Framework\v2.0.50727 and choose aspnet_isapi.dll
    On 64-bit systems, make sure that you are choosing the 32-bit version on the ASP.NET dll
  7. In the third text box enter a name (anything you like)



  8. Click OK.
  9. For earlier than 5.3.0: Uncomment the <buildProviders> section of the samples web.config
  10. Make sure there is a section for the new .uplx extension in web.config and that it points to .NET v2. It should have been added by IIS. If it wasn't automatically added, you would receive this error at runtime: "The requested content appears to be script and will not be served by the static file handler”.

    The following section should be placed before the </configuration> tag but after the closing of </system.web> tag:

    <system.webServer>
         <handlers>
             <add name="Enter the Extension name from step 4.g" path="*.uplx" 
    verb="*" modules="IsapiModule" scriptProcessor="
     C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll"
     resourceType="Unspecified" 
    preCondition="classicMode,runtimeVersionv2.0,bitness32" />
         </handlers>
    </system.webServer>
    
  11. Step 5: Restart IIS

    This can be done at the command line by typing iisreset at the command prompt.

    Step 6: Return to native IIS 7.x mode

    1. Go to Start > Server Manager
    2. Under Role Summary select IIS
    3. Click Remove Role Service
    4. Uncheck IIS Management Compatibility
    5. Click Install
    1. Go to Start > Control Panel > Programs and Features
    2. On the left pane, click on Turn Windows Features On or Off to open the Windows Features Window.
    3. In the Windows Features window, uncheck IIS6 Management Compatibility.
    4. Click OK.

    FileUp is now installed, but additional configuration may be required before using FileUp in any applications. See Next Steps.


    Next Steps

    64-bit OS:
    If FileUp is installed on a 64-bit machine, additional configuration is required before using FileUp in your own applications: How to run FileUp on a 64-bit Windows Operating System.

    32-bit OS:

    • ASP.NET: If your FileUp is an ASP.NET application, additional configuration is required before using FileUp in your own applications: HOW-TO: Add FileUp to an ASP.NET application.
    • Classic ASP: If your FileUp application is for classic ASP, no additional configuration is required.

Created : 7/25/2012 3:00:00 PM (last modified : 4/9/2013 3:05:15 PM)
Rate this article!
 
Comments