Error: Service Unavailable - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com 2012-02-09T12:49:48Z http://fogbugz.stackexchange.com/feeds/question/299 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://fogbugz.stackexchange.com/questions/299/error-service-unavailable Error: Service Unavailable FogBugz KB 2009-10-15T02:24:43Z 2011-06-21T20:48:02Z <p>I'm getting the following error, what's the deal?</p> <p><strong>Error Message: </strong></p> <blockquote> <p>Service Unavailable or ActiveX component can't create object</p></blockquote> http://fogbugz.stackexchange.com/questions/299/error-service-unavailable/300#300 Answer by FogBugz KB for Error: Service Unavailable FogBugz KB 2009-10-15T02:25:26Z 2009-10-15T02:25:26Z <p><strong>Solutions:</strong></p> <blockquote> <p>This can be caused by running FogBugz on a 64-bit machine.</p> <p>This is also usually seen on Windows 2003 when the logon identity for the application pool being used for FogBugz in IIS is not valid. You can use <a href="http://www.fogcreek.com/FogBugz/KB/setup/RightAccount.html" rel="nofollow">this guide</a> to try to grant the permissions needed by that account. If this is not successful, and it is a domain account, tell setup to create a local account instead. (If you need to connect to SQL Server running on a separate server you would then need to use SQL Server authentication instead of Windows authentication to connect to the database, meaning you pass a name and password for a SQL Server login.) </p> <p>If all else fails, get the properties on the Web Site or Virtual Directory for FogBugz in IIS.&nbsp; Toward the bottom of the first tab that pops up you should see a dropdown where it allows you to select your Application Pool.&nbsp; Change this to DefaultAppPool and hit Apply.&nbsp; Your website should be back up now.</p> <p><strong>64 bit machine?</strong></p> <p>IIS needs to run in 32 bit mode and our installer tries to arrange for that, but sometimes the .NET Runtime won't allow that to happen until you install the .NET 2.0 Redistributable and follow the steps here:</p> <p><a href="http://support.microsoft.com/?id=894435" rel="nofollow">http://support.microsoft.com/?id=894435</a></p> <p>1. Download the <a href="http://www.microsoft.com/downloads/thankyou.aspx?familyId=b44a0000-acf8-4fa1-affb-40e78d788b00&amp;displayLang=en&amp;oRef=" rel="nofollow">.NET 2.0 x64 redistributable</a> and run it</p> <p>2. Restart your machine, and make sure that the status of ASP.NET version 2.0 is set to <b>Allowed</b> in the Web service extension list in Internet Information Services Manager.</p> <p>3. Run c:\windows\Microsoft.NET\Framework\v(<em>frameworkversionnumberhere)\</em>aspnet_regiis.exe -i</p></blockquote>