Changes between Version 12 and Version 13 of Documentation/Howto/SetupHiveServer
- Timestamp:
- 01/03/12 15:11:38 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Howto/SetupHiveServer
v12 v13 3 3 4 4 == Certificate and Authentication == 5 * Follow DevelopersHowtosDevelopServices5 * Follow UsersHowtosDevelopServices 6 6 * Notes on using SQL Server 2008 R2: 7 7 * In the connection string the `.\SQLEXPRESS` should be changed to `.` . For example in the command to create the ASP.NET authentication database: … … 22 22 * Open advanced settings of the application and enter `http` as enabled protocols 23 23 * 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 DevelopersHowtosDevelopServices24 * Grant the `NETWORK SERVICE` group read access to the certificate you created in UsersHowtosDevelopServices 25 25 * 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. 26 26 … … 28 28 == Add groups and users to the authentication db == 29 29 * 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: 31 31 * Hive Administrator 32 32 * Hive Slave