Thanks for installing FogBugz 8! You're almost done with the installation process.
If you're seeing this page, it means that ASP .NET is not being used to render .asp pages for the FogBugz web site.
How to resolve this depends on the version of IIS you're running.
- If you are running on IIS 6:
- On the FogBugz server, open IIS Manager by selecting Start > Run and typing inetmgr.
- Under the Web Sites folder, find the FogBugz web site (or virtual directory) and right-click on it, then select Properties.
- On the Home Directory tab, you should see a Configuration... button. Clicking it will bring up the Application Configuration dialog.
- Under the Application extensions list, find the .asp entry and double-click on it. This will bring up the Add/Edit Application Extension Mapping dialog.
- Make sure that Verify that file exists is not checked.
- For the Executable field, we want to select the ASP .NET 2.0 DLL. Click the Browse... button.
- In the Open dialog, put the following into the File name: box: %WINDIR%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
- Press the Open button.
- In the Add/Edit Application Extension Mapping dialog, press the OK button.
- In the Application Configuration dialog, press the OK button.
- In the Web Site Properties dialog, press the OK button.
- Reload this page. (You shouldn't need to restart the web site.)
- If you are running on IIS 7:
- There is very likely another .NET application on the FogBugz server that is conflicting with FogBugz's handler mappings. Handler mappings are the application settings that tell IIS what library to use to process a given type of file (like .asp). For the FogBugz web site, the application has been told to render this page as a Classic ASP page, which is why you're seeing this text instead of a FogBugz login page.
- If you don't know how to fix or investigate this by yourself, please contact Fog Creek at customer-service@fogcreek.com and send us the text of this page. You will need to have someone on hand who understands any other applications that are running on the FogBugz server (other than FogBugz).
- If you are running on IIS 5:
- Please upgrade to IIS 6. FogBugz 8 will not run correctly on IIS 5.