Sunday, November 18, 2012

Get rid of: Internet explorer always asks for Credentials for my SharePoint site

While doing a SharePoint development each time we need to provide credentials when we run or debug the project form visual studio and it’s quite annoying and time wasting. To get rid of entering credential each time here is trick in IE
1. Go to the Tools->Internet options
clip_image001
2. Click on security tab, Select Local Intranet and in security level for this zone drag the slicer below and make it Low as shown in below fig. it’s important to make it low if not it will give permission denied error while debugging.
clip_image002
3. Then click on Sites button
clip_image003
4. Click on Advanced and add SharePoint site for which you do not want to enter credential each time
clip_image004
5. Close all windows and apply the settings. Now it will not ask for credentials
Happy codding!!!





No comments:

Post a Comment