Posts

Showing posts with the label SharePoint 2013

Show Modal Dialog

//******** Basic Dialog Starts Here ***********/ function openBasicDialog(tUrl, tTitle) {     alert(tUrl);     var options = {         url: tUrl,         title: tTitle     };     SP.SOD.execute('sp.ui.dialog.js', 'SP.UI.ModalDialog.showModalDialog', options);     } //******** Basic Dialog Ends Here ***********/

SharePoint - Create Host name for web application

Need to create web application with the following name: http://intranet.SP2013.com 1. Create Host Name open hosts file from the following path: c:\Windows\System32\drivers\etc enter the below mentioned line and save. 127.0.0.1 intranet.SP2013.com 2. Create Web Application Please note to set the following properties: Port: 80 Host Header: intranet.sp2013.com 3. Disable Loopback May face the following issues:- ·          There is continuous prompt for the credentials ·          HTTP 401.1 error To fix these issues, need to disable Loopback check, Open Registry editor (regedit.exe) and locate the following key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa Create a new Key ( DisableLoopbackCheck ) Value of type DWORD inside it and set the value to 1 . Now test the host name : http://intranet.s...

Error : ‘Install app for SharePoint’: Sideloading of apps is not enabled on this site.

This error occurred when you try to deploy app, reason for this error is not activated the developer feature on the SharePoint site where you want to deploy and test your application. The solution is to run SharePoint power shell and run following command:  Enable-SPFeature e374875e-06b6-11e0-b0fa-57f5dfd72085 -url http://webapplication

SharePoint 2013 – Design Manager – Convert HTML to Master Page

SharePoint 2013 – Design Manager – Convert HTML to Master Page

SharePoint 2013 : My Site We're almost ready Error

http://sharepoint2013puri.blogspot.com/