Showing posts with label wss. Show all posts
Showing posts with label wss. Show all posts

October 11, 2011

Configuration Error : Web.Config [No Relevant Source Line]

Sometimes , we get the below error while running pages in Moss 2007


Solution : We have to grant the Full Control on the Security tab and for that right click the folder and select Properties.

Or

You have to place your project in the root drive of windows installation.



September 1, 2011

Browsers error in Sharepoint

Sometimes after making changes in Sharepoint website, we started to get the Browsers error in IE. Like the following error:



The solution to remove this error is to delete the App_Browsers folder in _vti_cnf of respective website in Inetpub.

August 21, 2011

In Sharepoint, if you want to hide the quicklaunch bar, then put the page in Edit mode and add a content editor webpart. Click " modify this webpart" from drop down of webpart and select the Source editor and paste the following lines

This code will hide the quick launch from the page . (Make the Content Editor webpart hidden.)

Error installing .Net Framework 3.5 in Sql Server 2012

During installation of Sql Server 2012 on Windows server 2012 or addition of roles and features for SharePoint 2013, the setup wizard will...