Pages

Tuesday, November 18, 2014

Create first sharepoint 2013 App,Develop and Deploy on the sharepoint server



Add DNS Server via server Role

 


Get IP Address
 








Add New Domain for App like karthiapp.com




Add wildcards





Add Host entry on the drive\etc\host







GO to central Admin and configure App URL





Login as spsfarm not as System Admin account and Open Visual studio shift + Right Click with different user (login as spsfarm) on the visual studio solution file


If deployment is restricted for administrator privileges then Login with windows as spsfarm than you can deployed


Once deployed you can see the app in the SharePoint sites




If you click on the app that content won’t display and it is asking three times for credentials


Disable Loop Back Check



In HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa, create a DWORD for DisableLoopbackCheck and enter a value of “1” (hexadecimal).


Note: I Just created DisableLoopBackCheck ,it was throw error, so this case sensitive


Follow the below steps






Reset the IIS


Then finally it will show your apps



Friday, October 24, 2014

What is the default password for the sa login for SQL server?

when you installing SQL server you already give password for sa on the Mixed mode, If you are not remember then pls refer in the following points


The default password for the sa login will depend on the version of SQL Server installed and if you are using SQL Express or a pruchased version of SQL Server that we have installed for you.   For SQL Server Express users, once you are logged in, please change your password.

SQL Server 2008/R2 Express
User:  sa
Password:   [blank password - leave field empty to connect]

SQL Server 2012 Express
User:  sa
Password: Password123


SQL Server 2008/R2/2012 Web or Standard
User: sa
Password:   will be the same as your administrator or root user password at the time the VDS was provisioned.