I am not a windows user s I am just reposting somebody else info.

I guess web2py goes in

C:\inetpub\wwwroot\web2py

and you start it from there

cd C:\inetpub\wwwroot\web2py
c:/python/python.exe web2py -p 8000 -i 127.0.0.1 -a 'password'

C:\inetpub\wwwroot\web2py\Web.config  is the only file you need to
extract from http://managedfusion.com/

On Sep 6, 9:03 am, Massimo Di Pierro <massimo.dipie...@gmail.com>
wrote:
> 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
> Downloadhttp://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