Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 4 and Version 5 of Documentation/DevelopmentCenter/Develop Services


Ignore:
Timestamp:
08/20/10 03:58:38 (14 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/Develop Services

    v4 v5  
    4848
    4949== Development ==
    50 After you have successfully completed all the steps described above, you are ready to start developing your own services and client applications.
     50After you have successfully completed all the steps described above, you are ready to start developing your own services and client applications. [attachment:"HeuristicLab Services Demo.zip" Attached to this page], you can find a Visual Studio 2010 solution file which contains two sample projects, one for a service and one for a client. These projects are a good starting point for developing custom HeuristicLab services. But before you are able to execute these two sample projects, some additional steps are necessary:
     51
     52=== 1. Update Client Service Reference ===
     53As we have created a new server certificate, we have to update the service reference in the client project:
     54 1. Open the `HeuristicLab Services Demo.sln` solution file.
     55 2. Update the service reference of the project `HeuristicLab.DemoClient`.
     56
     57=== 2. Create Users and Roles ===
     58For testing purposes you also have to add some users and roles. Users and roles can be administered using the `ASP.NET Web Site Administration Tool` which can be started in the solution explorer after clicking on the server project (have a close look at the tool bar of the solution explorer). In the two sample projects it is assumed that there is a user called "Alice" who is member of the role "Everyone" and whose password is "YouWillNeverNow".
    5159
    5260
     61
     62
     63