A couple question. Running web2py on Windows Server 2008 R2, IIS7.5. Following the official online book I got the site working with 127.0.0.1:8000. But I want to add the website to IIS service so I can access it with subdomain.mydomain.com (got other sites running this way already)
1. IIS requires me to point to the root directory of the website. For web2py, which directory should I point it to? 2. Will I need to create a URL rewrite rule? Are there any tutorial explaining how to do this? 3. The online book mentioned "options.py" but I don't seem to have that file anywhere in my web2py directory http://web2py.com/book/default/chapter/11#Start-as-Windows-Service

