Try this and please report errors.

Start web2py as usual on port 8000

python web2py -p 8000 -i 127.0.0.1 -a 'password'

Create:
C:\inetpub\wwwroot\web2py
C:\inetpub\wwwroot\web2py\bin
Download http://managedfusion.com/ and extract
C:\inetpub\wwwroot\web2py\Web.config

Create C:\inetpub\wwwroot\web2py\ManagedFusion.Rewriter.txt
and in it write:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain.com$ [NC]
RewriteRule ^(.*)$ http://localhost:8000$1 [P,QSA,L]







On Sep 6, 5:03 am, Web2Py Freak <halna...@gardeniatelco.com> wrote:
> how can i deploy web2py on IIS ??

Reply via email to