Hi, Yes, I've done exactly that. I used a free reverse proxy: http://www.saltypickle.com/Home/16 With a bit of hacking it now seems to work fine. If you don't fancy coding, it may be worth looking at one of the cheaper commercial ones.
The main issue for me was that my app was coded to server from the root directory of the webserver, and it was moving to /myapp. ReverseProxy tries to automatically rewrite links to fix this, but it actually broke things I set server.webpath in my config file, so the TG app was rooted at /myapp, and disabled ReverseProxy's rewriting (by hacking the code). Good luck! Paul Mike Schinkel wrote: >Hi all: > >I'm a newbie on TurboGears and am wondering if it is possible to host >TurboGears on a dedicated Windows 2003 Server box running IIS that already >has some ASP and ASP.NET websites running so IIS has to process port 80 (I >could buy a separate IP address, but don't want to.) I'm wondering if anyone >has used IIS as a proxy for a TurboGears application on Windows 2003 Server >and if so, how? Thanks in advance. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

