Here’s a trick to use when developing for CRM:
Automatic Logon – by default, using Integrated Windows Authentication, IE will pass the credentials directly. As a developer or administrator, you might not want that, especially if you need to login with different accounts.
To disable this behavior, in IE:
- Go to Tools > Internet Options > Security
- Select Local Intranet and click Custom Level
- Scroll down to the bottom, and in the User Authentication section select “Prompt for user name and password”
Now every time when you browse to ANY site in this zone that requires authentication, you will be prompted to login.
Another good practice is to add the site to the Trusted Sites. This will, by default, allow all pop-ups.
Enjoy!
Leave a Reply