Translate

Sunday, July 1, 2018

Dynamics 365 Operations | How to debug & restart AOS with limited administrator privileges

Environment with limited administrator privileges.

Debug

  1. D365 menu > Options > untick "Load symbols only for items in the solution"
  2. Setup a startup object.
  3. Run
  4. Go back to VS > debug > attach to process > iisexpress > attach.

Restart AOS\IIS

VS > D365 menu > Restart IIS express.

Environment where we do have administrator privileges.

  1. D365 menu > Options > untick Load symbols only for items in the solution.
  2. Setup a startup object.
  3. Run
  4. Go back to VS > debug > attach to process > show processes from all users > w3wp > attach.

1 comment: