Server requirements

  1. Microsoft SQL Server 7.0 or 2000
  2. Microsoft Internet Information Services (IIS) 5.1 or 6.0 
  3. Microsoft .NET Runtime 1.0 or 1.1

Client requirements

  1. Internet Explorer 5.5 or higher, Mozilla Firefox 1.0 or higher.
    Opera and Netscape NOT TESTED.
  2. Enabled  Cookies è JScript.

Installation

  1. Download  wgallery.zip
  2. Run Administrative tools / Internet Information Services , create virtual directory with name WGallery (your can select any name, but I am will be use WGallery).
  3. Open virtual directory properties, press Configuration button and in Application Extensions box add two extension attached to C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll (you can view full path to aspnet_isapi.dll select .aspx extension).
    PressAdd button, in Executable box enter full path to aspnet_isapi.dll , in Extension box enter .jpg (with first dot), in Verbs box "Limit to" enter GET and clear box Verify that file exists. Repeat this for .zip extension.
  4. Extract wgallery.zip to virtual directory.
  5. Create empty Microsoft SQL Server Database (for example with Enterprise Manager) with name WGallery.
  6. Run Query Analyzer tool, select WGallery database and run two script:
    docs/create_objects.sql and docs/create_defs.sql.
  7. Create SQL Server user with name IIS_WGALLERY and strong password, add this user to WGallery database in group  dbo_owner.
  8. Open web.config from  WGallery virtual directory and edit ConnectionString parameter(configuration/appSettings/ConnectionString) with valid loging name, password and database name (parameters Password, User ID and Data Source in ConnectionString).

It's all. You can run your browser and go to  http://localhost/WGallery (or replace localhost to your server name).