Free cookie consent management tool by TermsFeed Policy Generator

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


Ignore:
Timestamp:
08/20/10 04:06:55 (14 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/Develop Services

    v5 v6  
    5656
    5757=== 2. Create Users and Roles ===
    58 For 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".
     58You also have to add some users and roles for testing purposes. 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). Both sample projects require that there is a user called `Alice` who is member of the role `Everyone` and whose password is `YouWillNeverNow`.
    5959
    60 
    61 
    62 
    63 
     60=== 3. Run the Services Demo ===
     61Now you should be able to execute the two projects contained in the services demo solution. Yes? It works? Great. Congratulations.