Niphlod: You are right! IIS is now serving my web2py pages! Thanks! A question: If I create a directory under wwwroot (let's say web2pyapps) and move my web2py app, I readed the manual and say this:
- move the code to a subfolder named web2pyapps - create a routes.py file with routers = dict(BASE=dict(path_prefix = "web2pyapps")) in it - inside the IIS Manager, locate the web2pyapps folder, right click on it and select "Convert to Application" But if I run my app I get error 500. Is maybe an error with the web.config file? I understand this file must is in the same folder that web2py.py -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

