Cannot Connect to Windows SharePoint Services (WSS) Internal Database Microsoft##SSEE

When stand-alone WSS is installed on a machine which doesn’t have SQL 2005 standard edition or higher installed, the setup installs a special embedded edition of SQL Server with an instance name Microsoft##SSEE. By default settings, this SQL server is not exposed to the outside world and you will not be able to connect to it […]

Visual Studio 2008 SharePoint Deployment Issue

Visual Studio 2008 extensions for Sharepoint greatly ease the process of developing custom Sharepoint solutions. The extension provides a set of visual studio templates for rapid creation of Sharepoint Web Parts, Content Types, and Modules etc. You can download the extensions from this Microsoft link. Using this extension creating and deploying a webpart is just […]

Hide Sign-In Link on the SPSites Except Admin Page

Did you want to hide the sign-in link on your SharePoint sites? All you need to do is to locate the following code in your master page and hide or remove the tag: Step 1: <wssuc:welcome id=”wc” runat=”server” EnableViewState=”false”></wssuc:welcome> This will hide the whole Welcome Panel when the page is displayed in the web browser. […]

Debugging SharePoint Webpart from VS 2008

Visual Studio 2008 extensions for Sharepoint greatly ease the process of developing custom Sharepoint solutions. The extension provides a set of visual studio templates for rapid creation of Sharepoint Web Parts, Content Types, Modules etc. You can download the extensions from this Microsoft link. This blog entry details the steps involved in debugging a web part […]

How We Can Create Accelerator in Internet Explorer 8 Beta

Accelerators • Accelerators are contextual services which quickly access a service from any webpage. • Users often copy and paste from one webpage to another, but Internet Explorer 8 accelerators make this easier. • Accelerators enable users to find information without leaving the current webpage. Accelerator Categories With Accelerators, you can do tons of great things… • Blog   Share […]

How We Can Create WebSlices in Internet Explorer 8 Beta

Web Slices Web Slices is a new feature enabling websites to connect to their users by subscribing to content directly within a webpage. Web Slices behave just like feeds where clients can subscribe to get updates and notify users of changes. A Web Slice is a section of a webpage that is treated like a […]