Menu

Install

Cafee

There are two types of installation: Standalone or built-in into another web application.

Standalone

For standalone installation just configure new web application on your server and extract all files from deploy archive to it.
You wont need to configure anything to run this application, but it recommend you to add connection to database to configuration file. For more information see [Configuration]

Built-in

You can run this application as part of other bigger application. You must install it that way:
- Make sub-directory in you application where you want to install FbWebMon and extract here all files from deploy archive except web.config file and bin directory
- Extract all file from bin directory to bin directory of your application.

Your application must use Firebird .NET provider > 4.1.0.0 and .NET framework > 4.0 for FbWebMon to run

If you want to make your life easier you can try DEPLOY_APP script written in MS PowerShell. There are one function called Deploy-ToApp. Run it with paramters like this:

~~~~~~~~~~~~~
Deploy-ToApp (distribution zip archive) (root of your web app)
[path where you want FbWebMon to be def."\FbWebMon"] [path to bin directory def."\bin"]
~~~~~~~~~~~~~~

Paths for last two arguments are relative to root of your web application.


Related

Wiki: Configuration
Wiki: Home