No, the security issue is with the webserver sitting outside xbase either IIS or apache. Yes, there all over the web, but, that have security issues... all the time... that's why they have to be constantly updated to address these issues.. That's fine for experienced web personnel, but that's not who we're dealing with...rdonnay wrote:I have no experience with the performance and security issues. I would think that since every call from the Web Server is to a CXP page that Xbase++ would be able to handle the security. It all depends on what you mean by security problems. Apache is all over the web, running millions of web sites. Are you saying that the security issue is with the Microsoft platform vs Linux?
iis and apache allow anything. you have to disallow what you don't want exposed. xb2net only allows what you tell it to, everything else is disallowed automatically.
as far as every call is to a cxp page, that's legitimate calls... there's nothing to prevent the webserver being hit by 1000's of hack attempts looking for weaknesses, looking for holes... when the default is open and you have to close things you don't want to show,. there will be holes...