Re: Strange Problem submitting data to WO [5.2.5, W2K]
Zak Burke <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
COAST wrote on 8/8/06 7:25 AM: > We have to say that this strange behaviour seems to occur only if doing > a direct conntect > to the app (developing) . We have not seen the problem via the Web > Server IIS (deployment). > But we have a really bad feeling about this... Although many folks use Direct Connect for development because it seems convenient, many others don't like it because it can introduce problems that will never show up in production. Contrariwise, problems that could show up in production might be masked by DC in your development environment. Use the same environment in development and production. That way, you'll know that the issues you encounter with your configuration are those that really need to be solved, not just artifacts of DC weirdness. This sounds like a non-answer to your question, but if the only problem you have is with DC, and you're not using DC in production, then why bother fixing problems with DC? Good luck, zak.