Run Dream under IIS 7

Table of contents
No headers

NOTE: this document is not finshed yet 

  1. Create a folder for the application
  2. Copy the IIS7.web.config file into the folder
  3. Create a services sub-folder
  4. Create a bin sub-folder and copy the Dream and application binaries into it
    1. MISSING: give execution permission to IIS on bin folder
  5. Create a logs sub-folder
    1. MISSING: give network service read/write permission on logs folder
  6. Click on Start » Adminstrative Tools » Internet Information Services (IIS) Manager
  7. Click on Connec to localhost
  8. Right-click on Sites
  9. Select Add Web Site...
  10. Enter site name (e.g. Dream)
  11. Set physical path to folder the contains the web.config file
  12. Set port number to 8081
  13. Click Ok
  14. Open a browser and go to http://localhost:8081/host/version to verify that Dream works
Tag page
You must login to post a comment.