Changes between Version 5 and Version 6 of Documentation/DevelopmentCenter/Develop Services
- Timestamp:
- 08/20/10 04:06:55 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/Develop Services
v5 v6 56 56 57 57 === 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".58 You 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`. 59 59 60 61 62 63 60 === 3. Run the Services Demo === 61 Now you should be able to execute the two projects contained in the services demo solution. Yes? It works? Great. Congratulations.