|
demon_xxi -> RE: ISA Server takes a long time to apply changes to the firewall configuration (7.May2008 5:45:28 AM)
|
I found that calling compset.Save(false, false); does everything immediately but in this case fReloadConfiguration =false which leads to rules don not be applied. quote:
HRESULT Save( VARIANT_BOOL fResetRequiredServices, VARIANT_BOOL fReloadConfiguration ); fReloadConfiguration [in, optional] Boolean value that indicates whether the call will include synchronous reloading of all the saved configuration changes that can be applied dynamically without restarting services. The default value is VARIANT_TRUE. In Enterprise Edition, this parameter is ignored. I mean If I add server to set and there is a rule for this set to allow access. Added computer still have no access [:(] Why this process is so long? Do I have to implement some magic filter by my own?
|
|
|
|