The information in this article applies to:
Product: Metastorm BPM
Version: 7.x
Issue
When trying to log in to Metastorm BPM in a web browser, a user receives an error message similar to the following:
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
A name was started with an invalid character. Error processing resource 'http://localhost/metastorm/'. Line 1, Position 2
<%@ Page Language="c\\\#" Inherits="Metastorm.Web.MainPage" CodeFile="Default.aspx.cs" %>
The Metastorm BPM main window is displayed, but the service name (e.g. Metastorm BPM Server) is not displayed, and the text onclick="eNavigator.logOut();> is shown above the logout button.
Resolution
Register the appropriate version of ASP.NET on the web server.
- Open a command prompt.
- Navigate to the .NET framework folder. For example: C:\\Windows\\Microsoft.NET\\Framework\\v2.0.50727
- Run the following command: aspnet\_regiis -i
Remember that each version of the .NET framework has its own specific aspnet\_regiis tool. Be sure to use the copy of aspnet\_regiis.exe found in the version of the framework that you want to register.