June 30, 2011

Disable Loopback Check -- IIS 5 and Later

Disable the loopback check (less-recommended method) The second method is to disable the loopback check by setting the DisableLoopbackCheck registry key.

To set the DisableLoopbackCheck registry key, follow these steps:
  1. Click Start, click Run, type regedit, and then click OK.
  2. In Registry Editor, locate and then click the following registry key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
  3. Right-click Lsa, point to New, and then click DWORD Value.
  4. Type DisableLoopbackCheck, and then press ENTER.
  5. Right-click DisableLoopbackCheck, and then click Modify.
  6. In the Value data box, type 1, and then click OK.
  7. Quit Registry Editor, and then restart your computer.

SP2010 Alternate Access Mappings

June 09, 2011

Editing an audienced web part removes the target audience properties

Target Audience brings all groups which has similar name/description for us to choose as per its default behavior.

Make Sure, you dont have repeated words in the group names or their descriptions.


Target Audience for Content Types:


http://blog.sharepointbits.com/2011/03/sharepoint-content-types-and-target_18.html

Delete extended Web Application

The extended web applications are not listed in the “normal” web application list and cannot be deleted through Delete Web Application in Central Administration.
Use this approach to delete the extended web apps:
  1. Start Central Administration
  2. Go to Application Management
  3. Click Remove SharePoint from IIS Web Site
  4. Select the web application that the extended web app was extended from
  5. Select which extention/zone to delete
  6. Keep or delete the IIS Web site
  7. Finally click OK

June 07, 2011

Alternate Access Mappings

  1. Open SharePoint Central Administration
  2. Click “Operations”
  3. Click “Alternate Access Mappings”
  4. Choose the correct Alternate Access Mappings Collection (This Changes your Web App)
  5. Click “Edit Public URLs”
  6. The “Default” URL should be your fully qualified URL (ex: http://mysite.com)
  7. The “Intranet” URL should be your short/friendly URL (ex: http://mysite)
  8. The “Internet” URL should be the IP address associated with your portal. (ex: http://10.34.112.43)
  9. If you have more than 1 front end in the farm, you can add the IPs to the “Custom” or “Extranet” fields
  10. Now ensure that your DNS Entries and your Host Headers are set up correctly.

June 06, 2011

SonarQube with Jenkins Setup using Docker Images

https://funnelgarden.com/sonarqube-jenkins-docker/  https://medium.com/@hakdogan/an-end-to-end-tutorial-to-continuous-integration-and-con...