Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 12 and Version 13 of Documentation/Howto/SetupHiveServer


Ignore:
Timestamp:
01/03/12 15:11:38 (12 years ago)
Author:
ascheibe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Howto/SetupHiveServer

    v12 v13  
    33
    44== Certificate and Authentication ==
    5  * Follow DevelopersHowtosDevelopServices
     5 * Follow UsersHowtosDevelopServices
    66 * Notes on using SQL Server 2008 R2:
    77     * In the connection string the `.\SQLEXPRESS` should be changed to `.` . For example in the command to create the ASP.NET authentication database:
     
    2222 * Open advanced settings of the application and enter `http` as enabled protocols
    2323 * Grant the usergroup `IIS_IUSRS` read-permissions on the application directory
    24  * Grant the `NETWORK SERVICE` group read access to the certificate you created in DevelopersHowtosDevelopServices
     24 * Grant the `NETWORK SERVICE` group read access to the certificate you created in UsersHowtosDevelopServices
    2525 * For the charting to work in the Status.aspx page, a folder for caching the images has to be created. The default, as configured in the `Web.config`, is `C:\TempImageFiles\`. Note that `Network Service` must have read and write permissions to this folder.
    2626
     
    2828== Add groups and users to the authentication db ==
    2929 * Open the Hive Visual Studio solution
    30  * Click on the Hive-3.3 Web project. In the solution explorer the ASP.NET Configuration button shows up. As mentioned in DevelopersHowtosDevelopServices this allows to configure users and groups. On the configuration website, first add the groups:
     30 * Click on the Hive-3.3 Web project. In the solution explorer the ASP.NET Configuration button shows up. As mentioned in UsersHowtosDevelopServices this allows to configure users and groups. On the configuration website, first add the groups:
    3131   * Hive Administrator
    3232   * Hive Slave