Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 11 and Version 12 of Documentation/DevelopmentCenter/Develop Services


Ignore:
Timestamp:
10/20/15 15:30:12 (9 years ago)
Author:
ascheibe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/Develop Services

    v11 v12  
    5858You 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`.
    5959
     60For Visual Studio 2013 users: Please read http://stackoverflow.com/a/20555928.
     61
    6062=== 3. Run the Services Demo ===
    6163Now you should be able to execute the two projects contained in the services demo solution. Yes? It works? Great. Congratulations.