Problem After you have instructed the PerformancePoint Server 2007 Monitoring Server to use a specific MOSS 2007 Site Collection, you may find that the site collection displays a Configuration Error after you have configured the Monitoring Server as follows: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified ... The reason is due to the following assembly, part of the Microsoft ASP.NET AJAX 1.0 Extensions, not being made available by default. This is common in scenarios where you are using just .NET Framework 3.5 and have not installed AJAX extensions manually. <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> Resolution There are a number of ways around this problem. The first way is to install the specific AJAX extensions that are being referenced. Another more complicated method, that may be desirable if you cannot install AJAX extensions, is to use assembly redirection to ensure that the correct version of the assembly is called using the <bindingRedirect> element in your web.config. This presents other potential problems down the line and should be used with care. Please note, you can only deploy Dashboard Viewer web parts to one site collection in your server farm with the current version of PerformancePoint Server 2007. If you require multiple site collections to be integrated with PerformancePoint then this must be achieved manually through editing your web.config files. This will result in an unsupported configuration however.