Hello, I'm trying to make my Pylons application integrate with IIS; however, I have a few main issues that I can't seem to solve using the isapi_wsgi documentation located at http://wiki.pylonshq.com/display/pylonscookbook/Serving+a+Pylons+app+with+IIS :
1) How do make my Pylons application function as it it was at the root directory of a given IIS Web Site. For example, when I add my application it would be at localhost/myapp in the virtual directory structure. I want this to be located at localhost, if possible. Further to this, even though the application is located at localhost/ myapp in the interface the actual website must be accessed at "http:// localhost/myapp/app/" 2) The WSGI interface also does not appear to behave well with the modules like AuthKit 0.4 that work very well in paster. I've tried doing Win32 tracing on my application that works fine with paster but I see no results in the win32traceutil.py. Anyone familiar with these issues? Does modules such as SQLAlchemy also conflict with the ISAPI_WSGI module? On a somewhat related note, I'm using FormEncode in my paster hosted application and I've noticed that when I submit forms that change site data I may occassionally receive a 'cannot find page error' that seems to occur 50% of the time (the changes appear to be saved, however) -- it does not occur all the time but often enough to make me aware that paster may not be able to handle that kind of load -- even from a single user! Is this normal, I get the feeling it isn't? I know someone would at least suggest hosting the application under Apache, which I'm sure would work very well; however, it is not my choice to have to use IIS -- perhaps sufficient proof of incompatibility may allow me to argue the case better. Although if I could figure out what's wrong with the paster I may be able to continue to use it. Thank you in advance to anyone that can offer help or suggestions! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
