Skip to main content

Home/ Microsoft SharePoint Tips & Tricks/ Group items tagged site

Rss Feed Group items tagged

2More

SharePoint site and mobile view access - 0 views

  •  
    For a SharePoint public facing website when anonymous users tried to access the site through mobile devices, users were getting authentication prompts. The public facing site was created based on "Team site" Template. It has been observed that users were being redirected to a layouts page at /_layouts/mobile/mblwp.aspx. It seemed to be this page that was returning a 401 error and prompting for authentication. By deactivating "ViewFormPagesLockDown" feature site open up in mobile view. Disable-SPFeature -Identity "ViewFormPagesLockDown" -URL "your site url" Once this command is executed, re-apply anonymous setting again and now site accessible through mobile device.
  •  
    For a SharePoint public facing website when anonymous users tried to access the site through mobile devices, users were getting authentication prompts. The public facing site was created based on "Team site" Template. It has been observed that users were being redirected to a layouts page at /_layouts/mobile/mblwp.aspx. It seemed to be this page that was returning a 401 error and prompting for authentication. By deactivating "ViewFormPagesLockDown" feature site open up in mobile view. Disable-SPFeature -Identity "ViewFormPagesLockDown" -URL "your site url" Once this command is executed, re-apply anonymous setting again and now site accessible through mobile device.
2More

Best practice for user permission to SharePoint site or list | Trimantra Blog - 0 views

  •  
    Generally we have two kind of scenario when we set-up a SharePoint site. One, public facing site and in other case site is used in intranet- enterprise wide. In later case if we do not want to use anonymous access we use authenticated users as "Domaindomain users" When we set-up access permission to site or list under a site, we need to consider following cases and use the best suitable one. If we do not set up the access permission properly then it will be a risk factor to the site
  •  
    Generally we have two kind of scenario when we set-up a SharePoint site. One, public facing site and in other case site is used in intranet- enterprise wide. In later case if we do not want to use anonymous access we use authenticated users as "Domaindomain users" When we set-up access permission to site or list under a site, we need to consider following cases and use the best suitable one. If we do not set up the access permission properly then it will be a risk factor to the site
2More

Create List for multilingual site in SharePoint 2013 | Trimantra Blog - 0 views

  •  
    In our previous blog we have seen that how to create site column, content type for multilingual site. Now we will create custom list for all multilingual site with different name on feature activation.   try { using (SPSite site = new SPSite(RootSiteUrl)) { SPWebCollection allWebs = site.AllWebs; foreach (SPWeb…
  •  
    In our previous blog we have seen that how to create site column, content type for multilingual site. Now we will create custom list for all multilingual site with different name on feature activation.   try { using (SPSite site = new SPSite(RootSiteUrl)) { SPWebCollection allWebs = site.AllWebs; foreach (SPWeb…
2More

The site template requires that the Feature - 0 views

  •  
    Most of the time we face error, when we try to create a SharePoint site using site template or web template. The error says like this "The site template requires that the Feature {GUID} be activated in the site collection"How will you know the name of the feature? - See more at: http://blog.trimantra.com/the-site-template-requires-that-the-feature
  •  
    Most of the time we face error, when we try to create a SharePoint site using site template or web template. The error says like this "The site template requires that the Feature {GUID} be activated in the site collection"How will you know the name of the feature? - See more at: http://blog.trimantra.com/the-site-template-requires-that-the-feature
2More

Hiding SharePoint Application page (_Layouts Pages ) For Public Facing Site | Trimantra... - 0 views

  •  
    For publishing site it is recommended to hide "_layouts" pages from crawling by search engines. When you create SharePoint public facing site using "publishing site" template it activates the feature "ViewFormPagesLockDown". This feature prevents users from opening any of pages from &_layouts folder.
  •  
    For publishing site it is recommended to hide "_layouts" pages from crawling by search engines. When you create SharePoint public facing site using "publishing site" template it activates the feature "ViewFormPagesLockDown". This feature prevents users from opening any of pages from &_layouts folder.
2More

Hiding SharePoint Application page (_Layouts Pages ) For Public Facing Site - 0 views

  •  
    For publishing site it is recommended to hide "_layouts" pages from crawling by search engines. When you create SharePoint public facing site using "publishing site" template it activates the feature "ViewFormPagesLockDown".
  •  
    For publishing site it is recommended to hide "_layouts" pages from crawling by search engines. When you create SharePoint public facing site using "publishing site" template it activates the feature "ViewFormPagesLockDown".
2More

Create Site Column, Content Type for multilingual site in SharePoint 2013 | Trimantra Blog - 0 views

  •  
    To create site column, content type and page layout for multilingual site first we have add resource file in our SharePoint project. The basic mechanism of localizing a SharePoint 2013 feature is same as we have in SharePoint 2010 and in Moss 2007. Resource File To deploy resource file to…
  •  
    To create site column, content type and page layout for multilingual site first we have add resource file in our SharePoint project. The basic mechanism of localizing a SharePoint 2013 feature is same as we have in SharePoint 2010 and in Moss 2007. Resource File To deploy resource file to…
2More

SharePoint site migration from 2007(MOSS) to 2010 | Trimantra Blog - 0 views

  •  
    To migrate site we are using Database attach method. Configurations and setting:- Here AD of both server is same. If one (normal) user from AD is able to login in 2007 server and not able to login in 2010 then you need to set up user profile for 2010 sever.
  •  
    To migrate site we are using Database attach method. Configurations and setting:- Here AD of both server is same. If one (normal) user from AD is able to login in 2007 server and not able to login in 2010 then you need to set up user profile for 2010 sever.
1More

Customizing My Sites in SharePoint 2010 - 1 views

  •  
    Customizing My Sites in SharePoint 2010: top navigation, branding, existing personal sites, personalization sites
1More

Guest Post Online - 0 views

  •  
    Article Writing & Guestpost You Can Join this Site for Your Article & guest post, Just Easy way to join this site & total free Article site. This site article post to totally free Way. Guest Post & Article Post live to Life time only for Current & this time new User. http://guestpostonline.com
1More

Error (The method "GetItems" of the type "List" with id is blocked ... - 0 views

  •  
    We might have seen this error several time. (The method "GetItems" of the type "List" with id is blocked by the administrator on the server )Here is my scenario. We had launched a public facing website built in SharePoint 2010. Basically this error occurs when site has anonymous access and where Client Object Model is used for accessing list on the site.
2More

Url Rewriting In SharePoint 2010 | Trimantra Blog - 0 views

  •  
    Many times there is requirement for SharePoint 2010 public facing site to use short url. Like http://example.com/BussinessBanking instead of http://example.com/Pages/BussinessBanking.aspx URL Rewrite is a URLs management component for IIS7. Although it's called URL Rewrite but it allows you to create and manage both URL rewrites and redirects.
  •  
    Many times there is requirement for SharePoint 2010 public facing site to use short url. Like http://example.com/BussinessBanking instead of http://example.com/Pages/BussinessBanking.aspx URL Rewrite is a URLs management component for IIS7. Although it's called URL Rewrite but it allows you to create and manage both URL rewrites and redirects.
2More

SetSiteLock STSADM Operation - 0 views

  •  
    Locks sites either from additions, readonly or no access alltogether
  •  
    Locks sites either from additions, readonly or no access alltogether

Remote Online PC Support I Can Rely On - 1 views

started by seth kutcher on 12 Sep 11 no follow-up yet
1More

A Lap Around SharePoint 2010 Sandboxed Solutions Resource Quotas - John W Powell - Site... - 0 views

  •  
    In this post, I'll demonstrate sandbox solutions resource quotas and show you what happens when they are exceeded. When sandboxed code executes, certain metrics are collected such as % processor time and # of unhandled exceptions. Timer jobs compile the metrics and calculate resource points usage. When the total resource points used exceeds the daily limit (300 points by default), the sandbox is turned off for the entire site collection.

Reliable Business Directory Site - 1 views

started by Jerry Chavez on 06 Dec 12 no follow-up yet

They Effectively Fixed My laptop - 2 views

started by shalani mujer on 10 Nov 11 no follow-up yet

Best Shield Against Computer Viruses - 1 views

started by cecilia marie on 04 Nov 11 no follow-up yet
1More

SharePoint developer - 0 views

  •  
    Completed migration of around 200 sites from WSS 3.0 platform to SP 2010 platform. There are mainly two basic ways to do the same
1More

Writing CAML Queries For Retrieving List Items from a SharePoint List and Web Service - 0 views

  •  
    The Collaborative Application Markup Languageis an XML-based query language that helps you querying, building and customizing Web sites based on WSS.
1 - 20 of 30 Next ›
Showing 20 items per page