Category Archives: IIS

Windows 7 Cannot Save Documents to SharePoint 2007/Windows Server 2008

After we began rolling out Windows 7 at the day job, we found our first issue–when people checked out documents from SharePoint 2007, the documents were opened as "Read Only", and the users could not save the edited document back … Continue reading

Posted in IIS, SharePoint, Windows 7 | 4 Comments

Installing PHP on Windows 7/IIS 7 with Windows Platform Installer

Download the Web Platform Installer from http://www.microsoft.com/web/Downloads/platform.aspx.  Must do this when connected to the Internet, since the installers download the latest components from the web.  You also need to install PHP before you install the PHP-based applications, too. After you … Continue reading

Posted in IIS, Open Source, Windows 7 | Leave a comment

Installing IIS 7 on Windows 7 for .NET Development

We’ll set up the basic features for developing in ASP.NET.  Most websites should be up and running with no problems. To start the installation, go to Start >> Control Panel >> Programs.  Under Programs and Features, click “Turn Windows features … Continue reading

Posted in IIS, Windows 7 | Leave a comment

Compiler Error Message: BC2017: could not find library

One of my web apps uses SQL Server Reporting Services, and began throwing this error the other day: Compiler Error Message: BC2017: could not find library ‘c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\…’ The file name in the path refers to a temporary file … Continue reading

Posted in IIS, SSRS | Leave a comment