Changes between Version 11 and Version 12 of Documentation/DevelopmentCenter/Develop Services
- Timestamp:
- 10/20/15 15:30:12 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/Develop Services
v11 v12 58 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 service project (have a close look at the tool bar of the solution explorer). Please note that the administration tool will not work, if the path of the service project contains any spaces or special characters. Both sample projects require that there is a user called `Alice` who is member of the role `Everyone` and whose password is `YouWillNeverKnow`. 59 59 60 For Visual Studio 2013 users: Please read http://stackoverflow.com/a/20555928. 61 60 62 === 3. Run the Services Demo === 61 63 Now you should be able to execute the two projects contained in the services demo solution. Yes? It works? Great. Congratulations.