- Read: http://wiki.sensenet.com/How_to_install_Sense/Net_from_source_package_(IIS_7.5_and_IIS_7.0)
- Install MSBuild Extension Pack
- Download SenseNet Community Edition Source package from CodePlex
Link: sensenet654-community-source - Extract it to .\SenseNetSource folder (without creating a sub directory)
- Create alias: MySenseNetContentRepositoryDatasource
See: How to set up database connection - Open command prompt in .\Scripts and run init-all.bat
NOTE: working directory needs to be .\Scripts - Create an IIS site and app pool for WebApi project
- name: TodoAppWebApi
- binding: todoAppWebApi
- .NET CLR Version: v4.0
- Identity: local admin account
- Disable Overlapped Recycle: true
- Add host entry (C:\Windows\System32\drivers\etc\hosts)
127.0.0.1 todoAppWebApi - Browse http://todoappwebapi/api/hello
- Install prerequisites
- Create an IIS site and app pool for WebUI project
- name: TodoAppWeb
- binding: todoAppWeb
- .NET CLR Version: v4.0
- Identity: local admin account
- Add host entry (C:\Windows\System32\drivers\etc\hosts)
127.0.0.1 todoAppWeb - Browse: