Greetings, I've always used Zserver by itself but I have reason to put it behind MS-IIS (unfortunatley) and I cant get it running. I've done everything as prescribed to connect pcgi to MS-IIS. I seem to be getting _something_ because I do get a traceback from zope when accessing MS-IIS: Wed Feb 27 12:14:00 2002 unable to publish module Traceback (most recent call last): File "E:\WebSite\pcgi\pcgi_publisher.py", line 303, in handler self.publish_module(self.moduleName,stdin=stdin,stdout=stdout,stderr=std err,environ=env) File "E:\WebSite\lib\python\ZPublisher\Publish.py", line 150, in publish_module response = publish(request, module_name, after_list, debug=debug) File "E:\WebSite\lib\python\ZPublisher\Publish.py", line 57, in publish (bobo_before, bobo_after, object, realm, debug_mode, err_hook, File "E:\WebSite\lib\python\ZPublisher\Publish.py", line 198, in get_module_info module=__import__(module_name, globals(), globals(), ('__doc__',)) File "E:\WebSite\lib\python\Zope\__init__.py", line 37, in ? DB=ZODB.FileStorage.FileStorage(Globals.BobobaseName) File "E:\WebSite\lib\python\ZODB\FileStorage.py", line 202, in __init__ lock_file(f) File "E:\WebSite\lib\python\ZODB\lock_file.py", line 43, in lock_file raise error, ( ImportError: (<class ZODB.POSException.StorageSystemError at 006E58C4>, 'Could not lock the database file. There must be\nanother process that has opened the file.\n<p>') So It seems to go okay, but I keep getting the above error. Can anyone offer suggestions? TIA, Paz