-
Download wgallery.zip
-
Run Administrative
tools / Internet Information Services , create virtual directory
with name WGallery (your can select any name,
but I am will be use WGallery).
-
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.
-
Extract wgallery.zip
to virtual directory.
-
Create empty Microsoft SQL Server
Database (for example with Enterprise Manager) with name WGallery.
-
Run Query Analyzer tool, select WGallery
database and run two script:
docs/create_objects.sql and docs/create_defs.sql.
-
Create SQL Server user with name IIS_WGALLERY
and strong password, add this user to WGallery database in group
dbo_owner.
-
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).