Table of contents
No headersNOTE: this document is not finshed yet
- Create a folder for the application
- Copy the IIS7.web.config file into the folder
- Create a services sub-folder
- Create a bin sub-folder and copy the Dream and application binaries into it
- MISSING: give execution permission to IIS on bin folder
- Create a logs sub-folder
- MISSING: give network service read/write permission on logs folder
- Click on Start » Adminstrative Tools » Internet Information Services (IIS) Manager
- Click on Connec to localhost
- Right-click on Sites
- Select Add Web Site...
- Enter site name (e.g. Dream)
- Set physical path to folder the contains the web.config file
- Set port number to 8081
- Click Ok
- Open a browser and go to http://localhost:8081/host/version to verify that Dream works