Skip to main content

Posts

Provider List is null or empty under IIS provider option

Dear All If you did not able to view the list of providers under you IIS provider option then you need to install the below application Extensibility Samples in IIS You can get the setup through below URL: http://archive.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=rewriteextensibility&DownloadId=9257 Microsoft Original Post http://www.iis.net/learn/extensions/url-rewrite-module/using-custom-rewrite-providers-with-url-rewrite-module Main Reference http://forums.iis.net/t/1182220.aspx I hope it helps you and save your time Regards Rashid Imran Bilgrami CEO Best visualization http://www.bestvisualization.com

Enabling Enterprise features Error Fixed

Dear All  If you are getting during enabling Enterprise features then you need to follow the following steps:   When trying to enable the enterprise features on your SharePoint 2010 Server farm, you might run into the following error: An error occurred while enabling Enterprise features. Refer to the event logs on your server machines for more details. The Event Viewer will report the following two errors: The Execute method of job definition Microsoft.SharePoint.Portal.Administration.SkuUpgradeJob (ID <some guid>) threw an exception. More information is included below. Post setup configuration failed when attempting post setup configuration task -cmd services -install -cmd installfeatures and You do not have the appropriate permissions to use the SharePoint Products Configuration Wizard.  This application requires Administrator privileges. The actual upgrade process is done by the SharePoint 2010 Timer service, so make sure the acc...

How to Add New Web Application In SharePoint 2010 or During Add the new Web Application it gives an error Please Use A Register User

When you are going to add new Web application, the sharePoint 2010 gives you an error "Please User Register User" How you can get rid of this issue Here are the steps 1) Login to Central Administration 2) Click on Security (you can find in left side menu) 3) Click on "Configure managed accounts " Under General Security 4) Click on   " Register Managed Account "  5) Add the User here Make sure you supply the User with the Domain name and the password will be same like the Active directory password  Regards  Rashid Imran Bilgrami  CEO Best Visualization  http://www.bestvisualization.com

Add Alias in SharePoint 2010

Dear Readers If you want to run the SharePoint Site Collection at more than you can do this very easily, simply follow the below step to add the site collection alias 1) Open your central administration 2) Click on the "Configure alternate access mappings " Under "System Setting Section" 3) Add the Internal or External URL 4) Type the URL in following format http://yourip:port Thats it Happy Sharepoint Rashid Imran Bilgrami CEO Best Visualization http://www.bestvisualization.com 

How to make custom form in Sharepoint 2010

Dear Readers If you need to make the customer listing edit form, or add new form in sharepoint 2010 you can watch this video http://sharepoint-videos.com/sp10create-custom-list-form-pages-using-sharepoint-designer/ This is an awesome video for customize your sharepoint listing forms  Regards Rashid Imran Bilgrami Best visualization http://www.bestvisualization.com

Displaying SharePoint Lists or Libraries in other sites

Dear Readers First of all, I am really thankful for http://www.synergyonline.com. He save my time the blog i am presenting here is already written by this company and the solution he made is for Sharepoint Server and Sharepoint foundation 2010. Displaying SharePoint Lists or Libraries in other sites Original URL: http://www.synergyonline.com/Blog/Lists/Posts/Post.aspx?List=6b52d069-ff15-4bf8-a157-faf92c9401b4&ID=202&Web=6f35f2df-bca7-45ab-b54e-869b529f079d  Child objects within SharePoint, like a list in a Site, share an inherent connection with that Parent object. As discussed in my  previous blog on security , many child objects will automatically receive the same security settings amongst other characteristics. Today's blog is regarding the usage of one SharePoint object like a list and how we can project that list into other locations. Now in the example here, the Engineering department wanted to create an interactive and collaborative list ba...