mono-xsp2-admin.conf(8) mono-xsp2 hosts file creator

SYNOPSIS

mono-xsp2-admin.conf [action] [args]

OPTIONS

  Actions:
    
    add        Use 'add' if you want to create an application and want mono-xsp2 scripts to manage it
    del        If you want to remove an application
  Args:
    --path     The path where you have your aspx files, MUST EXISTS!, required only with add action
    --app      The name of your application

DESCRIPTION

 mono-xsp2-admin.conf is a perl tool to adminstrate your ASP.NET webapps that will be executed with 
 xsp2.
 When you try to add an application, admin.conf will verify that your path exists, if it is, it will 
 add a directory inside /etc/xsp2/conf.d with the name of your app, and also as a file with the 
 filename format: 10_appname. This file will have the information (path, app).
 So, when mono-xsp2-update.conf is executed it will read those dirs and create a debian.webapp in
 /etc/xsp2 that the xsp2 daemon will read.

AUTHOR

 Pablo Fischer <[email protected]>