Usually when you have 2 user accounts (regular and admin) in your organization and infrastructure will give only access to your admin account and when you try to open a sharepoint 2013 site it says access denied by default coz you logged in with your regular account by default and SharePoint 2013 dont give option to "sign in as different user" by default.
You can use _layouts/closeConnection.aspx?loginasanotheruser=true this extension to get the sign-in pop up window.
Hope this helps
This posting was originally made by Arild Aarnes and it is in here . This is a simple webpart to show a list (with links) of subsites immediately below the current site. This webpart will work on both Sharepoint 2010 and Sharepoint Foundation. On Sharepoint 2010 you could have used the built in “Table of Contents” webpart to do similar things but this one can also display the list as a dropdown list to save space on the webpage and it can open links in a new window. All the settings can by edited in the webpart configuration panel. The settings are: Show bullet in list – this will display the small square gif in front of the site name Open link in new window – this will open the subsite in a new window Show Site Description – this will show the description you entered when you created the subsite Show icon – Shows a icon for the type of subsite, see picture. Show as dropdown list – Will display the subsites in a dropdown box to save space. The webpart can be downl
Comments
Post a Comment