Is it possible to run developer on the server machine?

Can I, when I have the server running, start up (and close) developer without any problem or will this cause a conflict:

  • starting up,since the server is already started including databases…
  • closing down?

Thanks

Currently this will work, but it can cause conflicts.

If you change a solution with the developer, the server will NOT see these changes until you flush the solution. You can flush a solution with the server admin pages.

If you change a table in the database, the server will NOT see the changes until you restart it.

This cooperation between developer and server (and between multiple developers) is an issue that we are working on.