Hello,
I have IMail server 12.2 that runs on IIS. It does work

I'm making a webservice that will allow to use functions like browse all users, create/update/delete user.
It works perfectly when I run it from VS2012. But when I add it to IIS - only browse all users works... For other 'change' operations I get everytime 'false' as a result of call the dll function.
Does anybody have any ideas about the reason? Whe 'change' operations do not work from IIS?
Something about rights?...
Thank you