Posts

Showing posts from March, 2009

Configuring Mixed Authentication in SharePoint

Image
Step 1: Create a Membership Database to Store SQL membership and Roles - Open Visual Studio Command Prompt - Run ASPNET_REGSQL –A all –E. It will create a new database named aspnetdb into the local SQL Server Step 2: Extend an existing Web Application for Form Authentication using following steps: - Go to SharePoint Administration - Click on Application Management - Click on Create/Extend Web Application - Click on Extend an existing web application - Select the Primary Intranet Web Application. Enter the Host Header [ex. Mysite.Chowdhury.Com] and Select the port 80 - Select the Zone as Internet - Click Ok to extend the existing intranet site to Internet Site with Forms Authentication Step 3: Open Web.Config from SharePoint Administration Site and update the Web.Config according to the given instruction Step 4: Open Web.Config from Extended SharePoint Application and update the Web.Config according to the

Configuration of SharePoint for Silver Light 2.0

Image
A number of configuration steps must be taken before you can host the Silver light 2 applications in your SharePoint sites. Install .NET 3.5 Framework Windows SharePoint Services 3.0 Service Pack 1/ MOSS 2007 Service Pack 1: Windows SharePoint Services 3.0 Service Pack 1 can be downloaded from http://www.microsoft.com/downloads/details.aspx?FamilyId=4191A531-A2E9-45E4-B71E-5B0B17108BD2 . MOSS 2007 Service Pack 1 can be downloaded from: http://www.microsoft.com/downloads/details.aspx?FamilyId=AD59175C-AD6A-4027-8C2F-DB25322F791B Register System.Web.Silverlight.dll into GAC: The System.Web.Silverlight.dll must be deployed in the GAC. This assembly is part of the Silver light 2 SDK and can be found in C:\Program Files\Microsoft SDKs\Silverlight\v2.0\Libraries\Server Setup MIME Type: The IIS Web applications hosting the sites you target with the samples must be configured to enable ASP.NET AJAX 1.0 and Silver light 2 applications. First thing to do is set register the XAP MIME type in the