Browsed by
Month: August 2011

Access Denied due to invalid credentials in IIS7

Access Denied due to invalid credentials in IIS7

I’ve been having issues with a few ASP.Net websites that we’re moving to IIS7 at work.  It didn’t happen to app of them, but to some it would prompt for network credentials, then throw an HTTP 401.1 “Access Denied Due To Invalid Credentials” error.  We’d hunt around for solutions and never find anything that worked.  Finally I tripped over the answer this morning: Open the website in IIS, and under the IIS header double-click on Authentication to open.  Click and…

Read More Read More

_controltemplates/TaxonomyPicker.ascx failed in SP2010

_controltemplates/TaxonomyPicker.ascx failed in SP2010

Our SharePoint 2010 started crying late last Friday, of course right when I wanted to leave, and first thing this morning I took a look at the server and found the following errors: Load control template file /_controltemplates/TaxonomyPicker.ascx failed… Fortunately, I’m not the only one who seems to have had this problem pop out of the blue.  I found a solution fairly quickly here.  To summarize, here’s what you do: On the server, navigate to C:program filescommon filesmicrosoft sharedweb server…

Read More Read More

Moving a SharePoint 2010 Web using PowerShell

Moving a SharePoint 2010 Web using PowerShell

One of the tasks I have at my workplace is to “migrate” SharePoint sites from one parent site to another as projects are closed out.  I wanted a solution to keep all of the business’s active project sites separate from their “archived” ones.  The problem arose when that “archive” has to happen.  You can’t just “move” a website in SP2010 (or at least, not in any way I’ve found or researched).  You can, however, export and import the site, so…

Read More Read More