what the difference between managed application and Ordinary application in default run mode property? Can I change a application from ordinary application to managed application? Thanks so much!
If you have an application in ordinary application mode, you will need to rebuild all forms and application logic to support client/server interaction and the new form generation model. This is a large amount of work.
Major benefits are: thin and web client support and the Taxi interface.