New-SPSite : The URL “http://SharePointUrl/” is in use as an alternate access URL or as the URL of a host header site. Please choose a different URL and try again.
Post Views: 0 This error occurs while creating SharePoint site collection. Error Occurs while executing below ps script: $web =…
Select the Element Inside The Div (Division)
Post Views: 0 In many cases, we might end up with having same element ID in DOM, however, this is…
Redirect the page to another site/site collection in SharePoint
Post Views: 0 There can be some cases we may need to redirect some page or even home to another…
Customize SharePoint URL using AAM and DNS
Post Views: 0 Customize SharePoint URL using AAM and DNS 1. Configure DNS Open DNS Manager Navigate to respective forward…
SharePoint Powershell command to verify if the Outgoing Email Functions in Sharepoint Environment (Send Test Email Form SharePoint)
Post Views: 0 SharePoint Powershell command to verify if the Outgoing Email Functions in Sharepoint Environment (Send Test Email Form…
Get Client/User IP Address in ASP.NET
Post Views: 1 Often we collect the users information visited to our site for audit or records for analysis and…
SharePoint 2013 – Introduction, Features, and Roles
Post Views: 1 Introduction Welcome to the world of SharePoint 2013. SharePoint 2013 Production version is released & Live implementations…
Insert, Update, delete and display using single Stored Procedure
Post Views: 1 Insert, Update, delete and display using single Stored Procedure Create table first. Here I have created StoreInfo…
Introduction to SQL
Post Views: 0 Introduction to SQL SQL is a standard language for accessing and manipulating databases. What is SQL? SQL…
Git Basic Command
Post Views: 0 Here are few basic git command for beginners. git init --To Initialize git git add filename --…