posts - 41, comments - 214, trackbacks - 0

My Links

News

These postings are provided "AS IS" with no warranties, and confers no rights.
Locations of visitors to this page virtusa corp sharepoint virtusa.com shehan peruma

Tag Cloud

Archives

Post Categories

Sharepoint 2010

There are 4 entries for the tag Sharepoint 2010
Prevent anonymous access to form and application pages in SharePoint 2010
When you create a Publishing site that has anonymous access enabled, you will notice that anonymous users will not be able to access pages that reside in the “_layouts” virtual directory (e.g. http://siteX/_layouts/viewl... This is because the publishing infrastructure activates a hidden feature that prevents anonymous users from accessing these types of pages. However, if you were to create a site collection based of Blank Site Template, you would notice that these pages are accessible by...

Posted On Tuesday, December 07, 2010 5:46 AM | Feedback (1) | Filed Under [ SharePoint 2010 ]

Creating an anonymous site in SharePoint 2010
Here’s how: Open up the Central Administration site and click on “Manage Web Applications” under the “Application Management” section From the ribbon click on “New” (Note: if its an existing web app, then click on “Extend”) Fill in the fields with appropriate values. Under “Security Configurations” make sure to select “Yes” for “Allow Anonymous” Click OK Once the web application has been created, a site collection would need to be created. Navigate to “Application Management” –> “Create Site Collection”...

Posted On Wednesday, December 01, 2010 5:05 AM | Feedback (1) | Filed Under [ SharePoint 2010 ]

Error creating SharePoint project in Visual Studio
The following issue was encountered on a developers machine when trying to create a SharePoint project using Visual Studio 2010. From the File menu the developer selected New->Project and then selected ‘Empty sharepoint project’ (SharePoint 2010) and then typed in the url into the dialog box that appeared and then hit the Validate button. Upon clicking the button, the following error message was shown: Cannot connect to the SharePoint site: http://serverX:6666/. Make sure that the Site URL is...

Posted On Tuesday, November 16, 2010 12:24 PM | Feedback (4) | Filed Under [ SharePoint 2010 ]

Refinement Panel raw xml
If you want to see the RAW xml returned by the Refinement Panel web part then replace the existing XSL with the following (do remember to backup the original): <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.or... <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> <xsl:template match="/"> <xmp><xsl:copy-of select="*"/></xmp> </xsl:template> </xsl:stylesheet> Technorati...

Posted On Thursday, October 14, 2010 4:24 AM | Feedback (2) | Filed Under [ SharePoint 2010 ]

Powered by: