Hi List,<div><br></div><div>Sorry if this is a bit basic but has got me puzzled.</div><div><br></div><div>I am running a simple script to configure IIS using System.DirectoryServices and it has been running well for months.</div>
<div>The whole thing is wrapped in a try i.e.</div><div><br></div><div>try:</div><div> ...</div><div>except Exception, inst:</div><div> ... # write to log file.</div><div><br></div><div>I've had a single execution (trying to reproduce) that caused the script to stop mid-way thru but not record any exception. Now it could be the logging failed somehow but I am wondering if 'except Exception, inst' is a suitable catch all??</div>
<div><br></div><div>Thanks,</div><div>Davy Mitchell</div>