FluorineFx.NET

Configuring RTMPT for RTM applications

ASP.NET application deployed in the root of the website (wildcard mapping)

1. Open IIS Manager (inetmgr) and select the root node for the website where RTMPT must be enabled

2. Open the Properties window and select the Home Directory tab

3. Click the Configuration button

4. Click the Add button to add a wildcard mapping handled by ASP.NET ("Insert..." in IIS6 and above)

5. Setup wildcard mapping. The Executable field requires the full path to the ASP.NET ISAPI extension (aspnet_isapi.dll) for your .NET installation.

The path should look something like this: DRIVE:\%windows%\microsoft.net\framework\v2.0.50727\aspnet_isapi.dll

 

The following configurations will require the FluorineFx RTMPT ISAPI filter

 

ASP.NET application deployed in a virtual directory of the website (wildcard mapping)

1. Install the FluorineFx RTMPT ISAPI filter

2. Setup wildcard mapping

3. In the ISAPI filter configuration file (fluorine.cfg) specify /VirtualDirectory

ASP.NET application deployed in the root of the website (without wildcard mapping)

1. Install the FluorineFx RTMPT ISAPI filter

3. In the ISAPI filter configuration file (fluorine.cfg) specify /Gateway.aspx

ASP.NET application deployed in a virtual directory of the website (without wildcard mapping)

1. Install the FluorineFx RTMPT ISAPI filter

3. In the ISAPI filter configuration file (fluorine.cfg) specify /VirtualDirectory/Gateway.aspx